Skip to content

Commit be6755c

Browse files
authored
Update pybids to 0.7.1 in Dockerfile
1 parent f391413 commit be6755c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
132132
&& bash -c "source activate neuro \
133133
&& pip install --no-cache-dir \
134134
https://github.com/nipy/nipype/tarball/master \
135-
https://github.com/INCF/pybids/tarball/0.7 \
135+
https://github.com/INCF/pybids/tarball/0.7.1 \
136136
nilearn \
137137
datalad[full] \
138138
nipy \
@@ -240,7 +240,7 @@ RUN echo '{ \
240240
\n ], \
241241
\n "pip_install": [ \
242242
\n "https://github.com/nipy/nipype/tarball/master", \
243-
\n "https://github.com/INCF/pybids/tarball/0.7", \
243+
\n "https://github.com/INCF/pybids/tarball/0.7.1", \
244244
\n "nilearn", \
245245
\n "datalad[full]", \
246246
\n "nipy", \

0 commit comments

Comments
 (0)