Skip to content

Commit 46cbed6

Browse files
committed
FIX: update pybids to newest release
1 parent d584b3f commit 46cbed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/generate_dockerfiles.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function generate_main_dockerfile() {
109109
--miniconda env_name=neuro \
110110
pip_install="grabbit==0.1.2" \
111111
--run-bash "mkdir -p /src/pybids
112-
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.5.1
112+
&& curl -sSL --retry 5 https://github.com/INCF/pybids/tarball/0.6.5
113113
| tar -xz -C /src/pybids --strip-components 1
114114
&& source activate neuro
115115
&& pip install --no-cache-dir -e /src/pybids" \

0 commit comments

Comments
 (0)