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 c5ff5e8 commit 4a29a2aCopy full SHA for 4a29a2a
docker/generate_dockerfiles.sh
@@ -91,7 +91,7 @@ function generate_main_dockerfile() {
91
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
92
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
93
pandas psutil scikit-learn scipy traits=4.6.0' \
94
- pip_install="grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.5.1" \
+ pip_install="grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.6.5" \
95
activate=true \
96
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
97
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
0 commit comments