Skip to content

Commit 332ba1e

Browse files
committed
fix: attempt setup.py and docker install change
1 parent b18e2aa commit 332ba1e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]" \
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" \
109109
--miniconda env_name=neuro \
110110
pip_install="grabbit==0.1.2" \
111111
--run-bash "mkdir -p /src/pybids

nipype/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_nipype_gitversion():
108108
PYTEST_MIN_VERSION = '3.0'
109109
FUTURE_MIN_VERSION = '0.16.0'
110110
SIMPLEJSON_MIN_VERSION = '3.8.0'
111-
PROV_VERSION = '1.5.0'
111+
PROV_VERSION = '1.5.2'
112112
CLICK_MIN_VERSION = '6.6.0'
113113
PYDOT_MIN_VERSION = '1.2.3'
114114

@@ -140,6 +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',
143144
'click>=%s' % CLICK_MIN_VERSION,
144145
'funcsigs',
145146
'pytest>=%s' % PYTEST_MIN_VERSION,

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nibabel>=2.1.0
77
future>=0.16.0
88
simplejson>=3.8.0
99
https://github.com/tgbugs/rdflib/releases/download/v5.0.0-dev-tgbugs-b6/rdflib-5.0.0.dev0-py2.py3-none-any.whl
10-
prov
10+
prov>=1.5.2
1111
click>=6.6.0
1212
funcsigs
1313
configparser

0 commit comments

Comments
 (0)