Skip to content

Commit

Permalink
MAINT: Update numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 6, 2019
1 parent a6fa121 commit 7c437af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ matrix:
# Absolute minimum dependencies
- python: 3.5
env:
- DEPENDS="numpy==1.8 setuptools==30.3.0"
- DEPENDS="numpy==1.10 setuptools==30.3.0"
# Absolute minimum dependencies
- python: 3.5
env:
- DEPENDS="numpy==1.8"
- DEPENDS="numpy==1.10"
- CHECK_TYPE="import"
# Absolute minimum dependencies plus oldest MPL
# Check these against:
Expand All @@ -43,11 +43,11 @@ matrix:
# requirements.txt
- python: 3.5
env:
- DEPENDS="numpy==1.8 matplotlib==1.3.1"
- DEPENDS="numpy==1.10 matplotlib==1.3.1"
# Minimum pydicom dependency
- python: 3.5
env:
- DEPENDS="numpy==1.8 pydicom==0.9.9 pillow==2.6"
- DEPENDS="numpy==1.10 pydicom==0.9.9 pillow==2.6"
# pydicom master branch
- python: 3.5
env:
Expand Down
5 changes: 2 additions & 3 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ Requirements
requirements.txt
.travis.yml
* Python_ 2.7, or >= 3.4
* NumPy_ 1.8 or greater
* Six_ 1.3 or greater
* Python_ 3.5
* NumPy_ 1.10 or greater
* SciPy_ (optional, for full SPM-ANALYZE support)
* PyDICOM_ 0.9.9 or greater (optional, for DICOM support)
* `Python Imaging Library`_ (optional, for PNG conversion in DICOMFS)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# .travis.yml
# doc/source/installation.rst

numpy>=1.8
numpy >= 1.10
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provides =
[options]
python_requires = >= 3.5
install_requires =
numpy >=1.8
numpy >= 1.10
tests_require = nose
test_suite = nose.collector
zip_safe = False
Expand Down

0 comments on commit 7c437af

Please sign in to comment.