Skip to content

Commit 85990a9

Browse files
authored
Merge pull request miykael#138 from adelavega/update_pybids
Update pybids to 0.7
2 parents 125b507 + 3d89a3d commit 85990a9

File tree

4 files changed

+66
-211
lines changed

4 files changed

+66
-211
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.6.5 \
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.6.5", \
243+
\n "https://github.com/INCF/pybids/tarball/0.7.1", \
244244
\n "nilearn", \
245245
\n "datalad[full]", \
246246
\n "nipy", \

Singularity

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sync && conda clean -tipsy && sync
122122
bash -c "source activate neuro
123123
pip install --no-cache-dir \
124124
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 \
126126
nilearn \
127127
datalad[full] \
128128
nipy \
@@ -232,7 +232,7 @@ echo '{
232232
\n ],
233233
\n "pip_install": [
234234
\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",
236236
\n "nilearn",
237237
\n "datalad[full]",
238238
\n "nipy",

generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generate_docker() {
1717
conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
1818
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
1919
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
2121
nilearn datalad[full] nipy duecredit nbval" \
2222
create_env="neuro" \
2323
activate=True \
@@ -55,7 +55,7 @@ generate_singularity() {
5555
conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
5656
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
5757
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
5959
nilearn datalad[full] nipy duecredit nbval" \
6060
create_env="neuro" \
6161
activate=True \

0 commit comments

Comments
 (0)