File tree 4 files changed +66
-211
lines changed 4 files changed +66
-211
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
132
132
&& bash -c "source activate neuro \
133
133
&& pip install --no-cache-dir \
134
134
https://github.com/nipy/nipype/tarball/master \
135
- https://github.com/INCF/pybids/tarball/0.6.5 \
135
+ https://github.com/INCF/pybids/tarball/0.7.1 \
136
136
nilearn \
137
137
datalad[full] \
138
138
nipy \
@@ -240,7 +240,7 @@ RUN echo '{ \
240
240
\n ], \
241
241
\n "pip_install": [ \
242
242
\n "https://github.com/nipy/nipype/tarball/master", \
243
- \n "https://github.com/INCF/pybids/tarball/0.6.5 ", \
243
+ \n "https://github.com/INCF/pybids/tarball/0.7.1 ", \
244
244
\n "nilearn", \
245
245
\n "datalad[full]", \
246
246
\n "nipy", \
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ sync && conda clean -tipsy && sync
122
122
bash -c " source activate neuro
123
123
pip install --no-cache-dir \
124
124
https://github.com/nipy/nipype/tarball/master \
125
- https://github.com/INCF/pybids/tarball/0.6.5 \
125
+ https://github.com/INCF/pybids/tarball/0.7.1 \
126
126
nilearn \
127
127
datalad[full] \
128
128
nipy \
@@ -232,7 +232,7 @@ echo '{
232
232
\n ],
233
233
\n "pip_install": [
234
234
\n "https://github.com/nipy/nipype/tarball/master",
235
- \n "https://github.com/INCF/pybids/tarball/0.6.5 ",
235
+ \n "https://github.com/INCF/pybids/tarball/0.7.1 ",
236
236
\n "nilearn",
237
237
\n "datalad[full]",
238
238
\n "nipy",
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generate_docker() {
17
17
conda_install=" python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
18
18
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
19
19
pip_install=" https://github.com/nipy/nipype/tarball/master
20
- https://github.com/INCF/pybids/tarball/0.6.5
20
+ https://github.com/INCF/pybids/tarball/0.7.1
21
21
nilearn datalad[full] nipy duecredit nbval" \
22
22
create_env=" neuro" \
23
23
activate=True \
@@ -55,7 +55,7 @@ generate_singularity() {
55
55
conda_install=" python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
56
56
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
57
57
pip_install=" https://github.com/nipy/nipype/tarball/master
58
- https://github.com/INCF/pybids/tarball/0.6.5
58
+ https://github.com/INCF/pybids/tarball/0.7.1
59
59
nilearn datalad[full] nipy duecredit nbval" \
60
60
create_env=" neuro" \
61
61
activate=True \
You can’t perform that action at this time.
0 commit comments