We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd9907 commit 49a726bCopy full SHA for 49a726b
doc/source/installation.rst
@@ -87,7 +87,7 @@ Requirements
87
.travis.yml
88
89
* Python_ 2.7, or >= 3.4
90
-* NumPy_ 1.7 or greater
+* NumPy_ 1.7.1 or greater
91
* Six_ 1.3 or greater
92
* SciPy_ (optional, for full SPM-ANALYZE support)
93
* PyDICOM_ 0.9.7 or greater (optional, for DICOM support)
requirements.txt
@@ -6,4 +6,4 @@
6
# doc/source/installation.rst
7
8
six>=1.3
9
-numpy>=1.7
+numpy>=1.7.1
0 commit comments