Skip to content

Commit e1c792b

Browse files
committed
fix: add filelock to packages
1 parent 651a042 commit e1c792b

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
@@ -164,6 +164,7 @@ def get_nipype_gitversion():
164164
'scipy>=%s,<%s ; python_version <= "3.4"' % (SCIPY_MIN_VERSION, SCIPY_MAX_VERSION_34),
165165
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
166166
'traits>=%s,!=5.0' % TRAITS_MIN_VERSION,
167+
'filelock>=3.0.0'
167168
]
168169

169170
# neurdflib has to come after prov

0 commit comments

Comments
 (0)