Skip to content

Commit b7a1248

Browse files
committed
MAINT: Move configparser to PEP508 style
1 parent fb0801a commit b7a1248

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/info.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,9 @@ def get_nipype_gitversion():
152152
'pydot>=%s' % PYDOT_MIN_VERSION,
153153
'packaging',
154154
'futures; python_version == "2.7"',
155+
'configparser; python_version <= "3.4"',
155156
]
156157

157-
if sys.version_info <= (3, 4):
158-
REQUIRES.append('configparser')
159-
160158
TESTS_REQUIRES = [
161159
'mock',
162160
'pytest',

0 commit comments

Comments
 (0)