Skip to content

Commit 7c437af

Browse files
committed
MAINT: Update numpy dependency
1 parent a6fa121 commit 7c437af

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

doc/source/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# .travis.yml
66
# doc/source/installation.rst
77

8-
numpy>=1.8
8+
numpy >= 1.10

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provides =
3131
[options]
3232
python_requires = >= 3.5
3333
install_requires =
34-
numpy >=1.8
34+
numpy >= 1.10
3535
tests_require = nose
3636
test_suite = nose.collector
3737
zip_safe = False

0 commit comments

Comments
 (0)