File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,9 @@ def get_nipype_gitversion():
100
100
# versions
101
101
NIBABEL_MIN_VERSION = "2.1.0"
102
102
NETWORKX_MIN_VERSION = "2.0"
103
- NUMPY_MIN_VERSION = "1.13"
104
103
# Numpy bug in python 3.7:
105
104
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
106
- NUMPY_MIN_VERSION_37 = "1.15.3"
105
+ NUMPY_MIN_VERSION = "1.15.3"
107
106
SCIPY_MIN_VERSION = "0.14"
108
107
TRAITS_MIN_VERSION = "4.6"
109
108
DATEUTIL_MIN_VERSION = "2.2"
@@ -138,8 +137,7 @@ def get_nipype_gitversion():
138
137
"click>=%s" % CLICK_MIN_VERSION ,
139
138
"networkx>=%s" % NETWORKX_MIN_VERSION ,
140
139
"nibabel>=%s" % NIBABEL_MIN_VERSION ,
141
- 'numpy>=%s ; python_version < "3.7"' % NUMPY_MIN_VERSION ,
142
- 'numpy>=%s ; python_version >= "3.7"' % NUMPY_MIN_VERSION_37 ,
140
+ 'numpy>=%s' % NUMPY_MIN_VERSION ,
143
141
"packaging" ,
144
142
"prov>=%s" % PROV_VERSION ,
145
143
"pydot>=%s" % PYDOT_MIN_VERSION ,
You can’t perform that action at this time.
0 commit comments