Skip to content

Commit 2f8168c

Browse files
committed
added package and handle to extra_requires
1 parent db397cc commit 2f8168c

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
@@ -164,11 +164,11 @@ def get_nipype_gitversion():
164164
'fmri': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
165165
'profiler': ['psutil'],
166166
'duecredit': ['duecredit'],
167+
'xvfbwrapper': ['xvfbwrapper'],
167168
# 'mesh': ['mayavi'] # Enable when it works
168169
}
169170

170171
# Enable a handle to install all extra dependencies at once
171172
EXTRA_REQUIRES['all'] = [val for _, val in list(EXTRA_REQUIRES.items())]
172173

173174
STATUS = 'stable'
174-

0 commit comments

Comments
 (0)