Skip to content

Commit 86ee8c3

Browse files
committed
NEP29+1y: Set minimum numpy to 1.13
1 parent 523dad9 commit 86ee8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def get_nipype_gitversion():
100100
# versions
101101
NIBABEL_MIN_VERSION = "2.1.0"
102102
NETWORKX_MIN_VERSION = "1.9"
103-
NUMPY_MIN_VERSION = "1.12"
103+
NUMPY_MIN_VERSION = "1.13"
104104
# Numpy bug in python 3.7:
105105
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
106106
NUMPY_MIN_VERSION_37 = "1.15.3"

0 commit comments

Comments
 (0)