Skip to content

Commit fbd6a57

Browse files
committed
MAINT: Add futures to Py2.7 dependencies
1 parent 885e375 commit fbd6a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def get_nipype_gitversion():
147147
'pydotplus',
148148
'pydot>=%s' % PYDOT_MIN_VERSION,
149149
'packaging',
150+
'futures; python_version == "2.7"',
150151
]
151152

152153
if sys.version_info <= (3, 4):

0 commit comments

Comments
 (0)