File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ matrix:
30
30
# Absolute minimum dependencies
31
31
- python : 3.5
32
32
env :
33
- - DEPENDS="numpy==1.8 setuptools==30.3.0"
33
+ - DEPENDS="numpy==1.10 setuptools==30.3.0"
34
34
# Absolute minimum dependencies
35
35
- python : 3.5
36
36
env :
37
- - DEPENDS="numpy==1.8 "
37
+ - DEPENDS="numpy==1.10 "
38
38
- CHECK_TYPE="import"
39
39
# Absolute minimum dependencies plus oldest MPL
40
40
# Check these against:
@@ -43,11 +43,11 @@ matrix:
43
43
# requirements.txt
44
44
- python : 3.5
45
45
env :
46
- - DEPENDS="numpy==1.8 matplotlib==1.3.1"
46
+ - DEPENDS="numpy==1.10 matplotlib==1.3.1"
47
47
# Minimum pydicom dependency
48
48
- python : 3.5
49
49
env :
50
- - DEPENDS="numpy==1.8 pydicom==0.9.9 pillow==2.6"
50
+ - DEPENDS="numpy==1.10 pydicom==0.9.9 pillow==2.6"
51
51
# pydicom master branch
52
52
- python : 3.5
53
53
env :
Original file line number Diff line number Diff line change @@ -86,9 +86,8 @@ Requirements
86
86
requirements.txt
87
87
.travis.yml
88
88
89
- * Python _ 2.7, or >= 3.4
90
- * NumPy _ 1.8 or greater
91
- * Six _ 1.3 or greater
89
+ * Python _ 3.5
90
+ * NumPy _ 1.10 or greater
92
91
* SciPy _ (optional, for full SPM-ANALYZE support)
93
92
* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
94
93
* `Python Imaging Library `_ (optional, for PNG conversion in DICOMFS)
Original file line number Diff line number Diff line change 5
5
# .travis.yml
6
6
# doc/source/installation.rst
7
7
8
- numpy >= 1.8
8
+ numpy >= 1.10
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ provides =
31
31
[options]
32
32
python_requires = >= 3.5
33
33
install_requires =
34
- numpy >=1.8
34
+ numpy >= 1.10
35
35
tests_require = nose
36
36
test_suite = nose.collector
37
37
zip_safe = False
You can’t perform that action at this time.
0 commit comments