Skip to content

Commit 5ffd6b2

Browse files
committed
MNT: Drop future requirement
1 parent 38b4701 commit 5ffd6b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def get_nipype_gitversion():
139139
REQUIRES = [
140140
"click>=%s" % CLICK_MIN_VERSION,
141141
"funcsigs",
142-
"future>=%s" % FUTURE_MIN_VERSION,
143142
"networkx>=%s" % NETWORKX_MIN_VERSION,
144143
"nibabel>=%s" % NIBABEL_MIN_VERSION,
145144
'numpy>=%s ; python_version < "3.7"' % NUMPY_MIN_VERSION,

0 commit comments

Comments
 (0)