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 0050663 commit e41ca1aCopy full SHA for e41ca1a
docker/generate_dockerfiles.sh
@@ -94,7 +94,7 @@ function generate_main_dockerfile() {
94
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
95
libxml2 libxslt matplotlib mkl "numpy!=1.16.0" paramiko
96
pandas psutil scikit-learn scipy traits' \
97
- pip_install="pytest-xdist" \
+ pip_install="pytest-xdist niflow-nipype1-workflows" \
98
activate=true \
99
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
100
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
0 commit comments