File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ function generate_main_dockerfile() {
105105 icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
106106 pandas psutil scikit-learn scipy traits=4.6.0' \
107107 pip_opts=" -e" \
108- pip_install=" /src/nipype[all] -f https://github.com/tgbugs/rdflib/releases/download/v5.0.0-dev-tgbugs-b6/rdflib-5.0.0.dev0-py2.py3-none-any.whl " \
108+ pip_install=" /src/nipype[all]" \
109109 --miniconda env_name=neuro \
110110 pip_install=" grabbit==0.1.2" \
111111 --run-bash " mkdir -p /src/pybids
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def get_nipype_gitversion():
140140 'future>=%s' % FUTURE_MIN_VERSION ,
141141 'simplejson>=%s' % SIMPLEJSON_MIN_VERSION ,
142142 'prov>=%s' % PROV_VERSION ,
143- 'rdflib>=5.0.0.dev ' ,
143+ 'neurdflib ' ,
144144 'click>=%s' % CLICK_MIN_VERSION ,
145145 'funcsigs' ,
146146 'pytest>=%s' % PYTEST_MIN_VERSION ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ python-dateutil>=2.2
66nibabel >= 2.1.0
77future >= 0.16.0
88simplejson >= 3.8.0
9- https://github.com/tgbugs/rdflib/releases/download/v5.0.0-dev-tgbugs-b6/rdflib-5.0.0.dev0-py2.py3-none-any.whl
109prov >= 1.5.2
10+ neurdflib
1111click >= 6.6.0
1212funcsigs
1313configparser
You can’t perform that action at this time.
0 commit comments