Skip to content

Commit fec8cd9

Browse files
committed
MNT: Avoid looseversion 1.2
1 parent fc43d65 commit fec8cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_nipype_gitversion():
147147
"traits>=%s,<%s,!=5.0" % (TRAITS_MIN_VERSION, TRAITS_MAX_VERSION),
148148
"filelock>=3.0.0",
149149
"etelemetry>=0.2.0",
150-
"looseversion",
150+
"looseversion!=1.2",
151151
]
152152

153153
TESTS_REQUIRES = [

0 commit comments

Comments
 (0)