File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ function generate_main_dockerfile() {
92
92
conda_install=' python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
93
93
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
94
94
pandas psutil scikit-learn scipy traits=4.6.0' \
95
- pip_install=" grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.6.5 " \
95
+ pip_install=" pytest-xdist " \
96
96
activate=true \
97
97
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
98
98
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
@@ -108,8 +108,6 @@ function generate_main_dockerfile() {
108
108
--miniconda use_env=neuro \
109
109
pip_opts=" -e" \
110
110
pip_install=" /src/nipype[all]" \
111
- --miniconda use_env=neuro \
112
- pip_install=" pytest-xdist" \
113
111
--workdir /work \
114
112
--label org.label-schema.build-date=' $BUILD_DATE' \
115
113
org.label-schema.name=" NIPYPE" \
You can’t perform that action at this time.
0 commit comments