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 f391413 commit be6755cCopy full SHA for be6755c
Dockerfile
@@ -132,7 +132,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
132
&& bash -c "source activate neuro \
133
&& pip install --no-cache-dir \
134
https://github.com/nipy/nipype/tarball/master \
135
- https://github.com/INCF/pybids/tarball/0.7 \
+ https://github.com/INCF/pybids/tarball/0.7.1 \
136
nilearn \
137
datalad[full] \
138
nipy \
@@ -240,7 +240,7 @@ RUN echo '{ \
240
\n ], \
241
\n "pip_install": [ \
242
\n "https://github.com/nipy/nipype/tarball/master", \
243
- \n "https://github.com/INCF/pybids/tarball/0.7", \
+ \n "https://github.com/INCF/pybids/tarball/0.7.1", \
244
\n "nilearn", \
245
\n "datalad[full]", \
246
\n "nipy", \
0 commit comments