Skip to content

Commit db397cc

Browse files
committed
removed obligatory xvfb dependency
1 parent 7ac0cc7 commit db397cc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

nipype/info.py

Lines changed: 0 additions & 1 deletion
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

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)