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 e609648 commit 9135221Copy full SHA for 9135221
nipype/info.py
@@ -100,14 +100,11 @@ def get_nipype_gitversion():
100
# versions
101
NIBABEL_MIN_VERSION = "2.1.0"
102
NETWORKX_MIN_VERSION = "1.9"
103
-NETWORKX_MAX_VERSION_27 = "2.2"
104
NUMPY_MIN_VERSION = "1.12"
105
# Numpy bug in python 3.7:
106
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
107
NUMPY_MIN_VERSION_37 = "1.15.3"
108
SCIPY_MIN_VERSION = "0.14"
109
-# Scipy drops 2.7 and 3.4 support in 1.3
110
-SCIPY_MAX_VERSION_34 = "1.3.0"
111
TRAITS_MIN_VERSION = "4.6"
112
DATEUTIL_MIN_VERSION = "2.2"
113
FUTURE_MIN_VERSION = "0.16.0"
0 commit comments