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 0076a89 commit 955a18cCopy full SHA for 955a18c
nipype/info.py
@@ -136,7 +136,7 @@ def get_nipype_gitversion():
136
REQUIRES = [
137
'nibabel>=%s' % NIBABEL_MIN_VERSION,
138
'networkx>=%s' % NETWORKX_MIN_VERSION,
139
- 'numpy>=%s' % NUMPY_MIN_VERSION,
+ 'numpy>=%s ; python_version < "3.7"' % NUMPY_MIN_VERSION,
140
'numpy>=%s ; python_version >= "3.7"' % NUMPY_MIN_VERSION_37,
141
'python-dateutil>=%s' % DATEUTIL_MIN_VERSION,
142
'scipy>=%s' % SCIPY_MIN_VERSION,
0 commit comments