Skip to content

Commit 1725f51

Browse files
committed
NEP29: Update numpy min version to 1.12
1 parent ab78dbb commit 1725f51

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
@@ -102,7 +102,7 @@ def get_nipype_gitversion():
102102
NIBABEL_MIN_VERSION = '2.1.0'
103103
NETWORKX_MIN_VERSION = '1.9'
104104
NETWORKX_MAX_VERSION_27 = '2.2'
105-
NUMPY_MIN_VERSION = '1.9.0'
105+
NUMPY_MIN_VERSION = '1.12'
106106
# Numpy bug in python 3.7:
107107
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
108108
NUMPY_MIN_VERSION_37 = '1.15.3'

0 commit comments

Comments
 (0)