Skip to content

Commit cfca7cc

Browse files
authored
Merge pull request #1819 from TheChymera/xvfbwrapper
removed obligatory xvfbwrapper dependency
2 parents 8ff0af5 + 2f8168c commit cfca7cc

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

nipype/info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def get_nipype_gitversion():
143143
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
144144
'prov>=%s' % PROV_MIN_VERSION,
145145
'click>=%s' % CLICK_MIN_VERSION,
146-
'xvfbwrapper',
147146
'funcsigs',
148147
'configparser',
149148
'pytest>=%s' % PYTEST_MIN_VERSION
@@ -165,11 +164,11 @@ def get_nipype_gitversion():
165164
'fmri': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
166165
'profiler': ['psutil'],
167166
'duecredit': ['duecredit'],
167+
'xvfbwrapper': ['xvfbwrapper'],
168168
# 'mesh': ['mayavi'] # Enable when it works
169169
}
170170

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

174174
STATUS = 'stable'
175-

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ future>=0.15.2
88
simplejson>=3.8.0
99
prov>=1.4.0
1010
click>=6.6.0
11-
xvfbwrapper
1211
psutil
1312
funcsigs
1413
configparser

rtd_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pytest-cov
99
future>=0.15.2
1010
simplejson>=3.8.0
1111
prov>=1.4.0
12-
xvfbwrapper
1312
psutil
1413
funcsigs
1514
configparser

0 commit comments

Comments
 (0)