Skip to content

Commit 321b6f1

Browse files
authored
[HOTFIX] Latest nilearn-0.5.0 breaks tests
Preempt tests from failing for now. I've opened an issue to investigate this further (#2791)
1 parent fa3e2b8 commit 321b6f1

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
@@ -163,7 +163,7 @@ def get_nipype_gitversion():
163163
'doc': ['Sphinx>=1.4', 'numpydoc', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
164164
'tests': TESTS_REQUIRES,
165165
'specs': ['yapf'],
166-
'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
166+
'nipy': ['nitime', 'nilearn<0.5.0', 'dipy', 'nipy', 'matplotlib'],
167167
'profiler': ['psutil>=5.0'],
168168
'duecredit': ['duecredit'],
169169
'xvfbwrapper': ['xvfbwrapper'],

0 commit comments

Comments
 (0)