Skip to content

Commit 9135221

Browse files
committed
MNT: Drop irrelevant MAX version constants
1 parent e609648 commit 9135221

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nipype/info.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,11 @@ def get_nipype_gitversion():
100100
# versions
101101
NIBABEL_MIN_VERSION = "2.1.0"
102102
NETWORKX_MIN_VERSION = "1.9"
103-
NETWORKX_MAX_VERSION_27 = "2.2"
104103
NUMPY_MIN_VERSION = "1.12"
105104
# Numpy bug in python 3.7:
106105
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
107106
NUMPY_MIN_VERSION_37 = "1.15.3"
108107
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"
111108
TRAITS_MIN_VERSION = "4.6"
112109
DATEUTIL_MIN_VERSION = "2.2"
113110
FUTURE_MIN_VERSION = "0.16.0"

0 commit comments

Comments
 (0)