Skip to content

Commit 4a29a2a

Browse files
author
Jakub Kaczmarzyk
committed
upgrade pybids to 0.6.5 from 0.5.1
1 parent c5ff5e8 commit 4a29a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/generate_dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function generate_main_dockerfile() {
9191
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9292
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
9393
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" \
94+
pip_install="grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.6.5" \
9595
activate=true \
9696
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9797
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \

0 commit comments

Comments
 (0)