We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac0cc7 commit db397ccCopy full SHA for db397cc
nipype/info.py
@@ -143,7 +143,6 @@ def get_nipype_gitversion():
143
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
144
'prov>=%s' % PROV_MIN_VERSION,
145
'click>=%s' % CLICK_MIN_VERSION,
146
- 'xvfbwrapper',
147
'funcsigs',
148
'configparser',
149
'pytest>=%s' % PYTEST_MIN_VERSION
requirements.txt
@@ -8,7 +8,6 @@ future>=0.15.2
8
simplejson>=3.8.0
9
prov>=1.4.0
10
click>=6.6.0
11
-xvfbwrapper
12
psutil
13
funcsigs
14
configparser
rtd_requirements.txt
@@ -9,7 +9,6 @@ pytest-cov
future>=0.15.2
15
0 commit comments