Skip to content

Commit f3f6c8a

Browse files
committed
Update numpy minimum version
1 parent f3a2ce0 commit f3f6c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Requirements
8787
.travis.yml
8888
8989
* Python_ 2.7, or >= 3.4
90-
* NumPy_ 1.7 or greater
90+
* NumPy_ 1.7.1 or greater
9191
* Six_ 1.3 or greater
9292
* SciPy_ (optional, for full SPM-ANALYZE support)
9393
* PyDICOM_ 0.9.7 or greater (optional, for DICOM support)

requirements.txt

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

88
six>=1.3
9-
numpy>=1.7
9+
numpy>=1.7.1

0 commit comments

Comments
 (0)