Skip to content

Commit 4a0bd3d

Browse files
authored
Merge pull request #2182 from effigies/pin/min_numpy
PIN: Set minimum numpy version to 1.9.0
2 parents 61265fe + 6e7e5ca commit 4a0bd3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/devel/gitwash/known_projects.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. _`PROJECTNAME mailing list`: http://projects.scipy.org/mailman/listinfo/nipy-devel
77

88
.. numpy
9-
.. _numpy: hhttp://numpy.scipy.org
9+
.. _numpy: http://numpy.scipy.org
1010
.. _`numpy github`: http://github.com/numpy/numpy
1111
.. _`numpy mailing list`: http://mail.scipy.org/mailman/listinfo/numpy-discussion
1212

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_nipype_gitversion():
9898
# versions
9999
NIBABEL_MIN_VERSION = '2.1.0'
100100
NETWORKX_MIN_VERSION = '1.9'
101-
NUMPY_MIN_VERSION = '1.8.2'
101+
NUMPY_MIN_VERSION = '1.9.0'
102102
SCIPY_MIN_VERSION = '0.14'
103103
TRAITS_MIN_VERSION = '4.6'
104104
DATEUTIL_MIN_VERSION = '2.2'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.6.2
1+
numpy>=1.9.0
22
scipy>=0.11
33
networkx>=1.7
44
traits>=4.6

0 commit comments

Comments
 (0)