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:
3030 # Absolute minimum dependencies
3131 - python : 3.5
3232 env :
33- - DEPENDS="numpy==1.8 setuptools==30.3.0"
33+ - DEPENDS="numpy==1.10 setuptools==30.3.0"
3434 # Absolute minimum dependencies
3535 - python : 3.5
3636 env :
37- - DEPENDS="numpy==1.8 "
37+ - DEPENDS="numpy==1.10 "
3838 - CHECK_TYPE="import"
3939 # Absolute minimum dependencies plus oldest MPL
4040 # Check these against:
@@ -43,11 +43,11 @@ matrix:
4343 # requirements.txt
4444 - python : 3.5
4545 env :
46- - DEPENDS="numpy==1.8 matplotlib==1.3.1"
46+ - DEPENDS="numpy==1.10 matplotlib==1.3.1"
4747 # Minimum pydicom dependency
4848 - python : 3.5
4949 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"
5151 # pydicom master branch
5252 - python : 3.5
5353 env :
Original file line number Diff line number Diff line change @@ -86,9 +86,8 @@ Requirements
8686 requirements.txt
8787 .travis.yml
8888
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
9291* SciPy _ (optional, for full SPM-ANALYZE support)
9392* PyDICOM _ 0.9.9 or greater (optional, for DICOM support)
9493* `Python Imaging Library `_ (optional, for PNG conversion in DICOMFS)
Original file line number Diff line number Diff line change 55# .travis.yml
66# doc/source/installation.rst
77
8- numpy >= 1.8
8+ numpy >= 1.10
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ provides =
3131[options]
3232python_requires = >= 3.5
3333install_requires =
34- numpy >=1.8
34+ numpy >= 1.10
3535tests_require = nose
3636test_suite = nose.collector
3737zip_safe = False
You can’t perform that action at this time.
0 commit comments