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 f2a5c4b commit 9a88512Copy full SHA for 9a88512
nipype/info.py
@@ -100,7 +100,7 @@ def get_nipype_gitversion():
100
# versions
101
NIBABEL_MIN_VERSION = "2.1.0"
102
NETWORKX_MIN_VERSION = "1.9"
103
-NUMPY_MIN_VERSION = "1.12"
+NUMPY_MIN_VERSION = "1.13"
104
# Numpy bug in python 3.7:
105
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
106
NUMPY_MIN_VERSION_37 = "1.15.3"
0 commit comments