Skip to content

Commit b1aed64

Browse files
committed
add nilearn to extra dependencies
1 parent a078fbe commit b1aed64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def get_nipype_gitversion():
157157
EXTRA_REQUIRES = {
158158
'doc': ['Sphinx>=0.3'],
159159
'tests': TESTS_REQUIRES,
160-
'fmri': ['nitime'],
160+
'fmri': ['nitime', 'nilearn'],
161161
'profiler': ['psutil'],
162162
'duecredit': ['duecredit'],
163163
# 'mesh': ['mayavi'] # Enable when it works
@@ -167,3 +167,4 @@ def get_nipype_gitversion():
167167
EXTRA_REQUIRES['all'] = [val for _, val in list(EXTRA_REQUIRES.items())]
168168

169169
STATUS = 'stable'
170+

0 commit comments

Comments
 (0)