File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,29 @@ environment:
5
5
appveyor_build_worker_cloud : gce
6
6
matrix :
7
7
- PYTHON : C:\Python34
8
+ NUMPY : 1.14.2
8
9
- PYTHON : C:\Python34-x64
10
+ NUMPY : 1.14.2
9
11
- PYTHON : C:\Python35
12
+ NUMPY : 1.14.2
10
13
- PYTHON : C:\Python35-x64
14
+ NUMPY : 1.14.2
15
+ - PYTHON : C:\Python34
16
+ NUMPY : 1.14.4
17
+ - PYTHON : C:\Python34-x64
18
+ NUMPY : 1.14.4
19
+ - PYTHON : C:\Python35
20
+ NUMPY : 1.14.4
21
+ - PYTHON : C:\Python35-x64
22
+ NUMPY : 1.14.4
23
+ - PYTHON : C:\Python34
24
+ NUMPY : 1.15.2
25
+ - PYTHON : C:\Python34-x64
26
+ NUMPY : 1.15.2
27
+ - PYTHON : C:\Python35
28
+ NUMPY : 1.15.2
29
+ - PYTHON : C:\Python35-x64
30
+ NUMPY : 1.15.2
11
31
12
32
install :
13
33
# Prepend newly installed Python to the PATH of this build (this cannot be
@@ -16,7 +36,7 @@ install:
16
36
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
17
37
18
38
# Install the dependencies of the project.
19
- - pip install numpy scipy matplotlib nose h5py mock pydicom
39
+ - pip install numpy==%NUMPY% scipy matplotlib nose h5py mock pydicom
20
40
- pip install .
21
41
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data
22
42
You can’t perform that action at this time.
0 commit comments