File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ def get_nipype_gitversion():
142
142
'futures; python_version == "2.7"' ,
143
143
'networkx>=%s ; python_version >= "3.0"' % NETWORKX_MIN_VERSION ,
144
144
'networkx>=%s,<=%s ; python_version < "3.0"' % (NETWORKX_MIN_VERSION , NETWORKX_MAX_VERSION_27 ),
145
- 'neurdflib' ,
146
145
'nibabel>=%s' % NIBABEL_MIN_VERSION ,
147
146
'numpy>=%s ; python_version > "3.0" and python_version < "3.7"' % NUMPY_MIN_VERSION ,
148
147
'numpy>=%s ; python_version >= "3.7"' % NUMPY_MIN_VERSION_37 ,
@@ -157,6 +156,10 @@ def get_nipype_gitversion():
157
156
'traits>=%s,!=5.0' % TRAITS_MIN_VERSION ,
158
157
]
159
158
159
+ # neurdflib has to come after prov
160
+ # https://github.com/nipy/nipype/pull/2961#issuecomment-512035484
161
+ REQUIRES += ['neurdflib' ]
162
+
160
163
TESTS_REQUIRES = [
161
164
'codecov' ,
162
165
'coverage<5' ,
You can’t perform that action at this time.
0 commit comments