Skip to content

Commit 91b95c4

Browse files
authored
Merge pull request #126 from miykael/fix_pybids_version
FIX: fix pybids to version 0.6.5
2 parents 506e399 + f84b301 commit 91b95c4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-dev
2-
# Timestamp: 2018-10-05 19:25:17 UTC
2+
# Timestamp: 2018-10-09 19:14:50 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -126,7 +126,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
126126
&& bash -c "source activate neuro \
127127
&& pip install --no-cache-dir \
128128
https://github.com/nipy/nipype/tarball/master \
129-
https://github.com/INCF/pybids/tarball/master \
129+
https://github.com/INCF/pybids/tarball/0.6.5 \
130130
nilearn \
131131
datalad[full] \
132132
nipy \
@@ -232,7 +232,7 @@ RUN echo '{ \
232232
\n ], \
233233
\n "pip_install": [ \
234234
\n "https://github.com/nipy/nipype/tarball/master", \
235-
\n "https://github.com/INCF/pybids/tarball/master", \
235+
\n "https://github.com/INCF/pybids/tarball/0.6.5", \
236236
\n "nilearn", \
237237
\n "datalad[full]", \
238238
\n "nipy", \

Singularity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-dev
2-
# Timestamp: 2018-10-05 19:25:19 UTC
2+
# Timestamp: 2018-10-09 19:14:51 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -116,7 +116,7 @@ sync && conda clean -tipsy && sync
116116
bash -c "source activate neuro
117117
pip install --no-cache-dir \
118118
https://github.com/nipy/nipype/tarball/master \
119-
https://github.com/INCF/pybids/tarball/master \
119+
https://github.com/INCF/pybids/tarball/0.6.5 \
120120
nilearn \
121121
datalad[full] \
122122
nipy \
@@ -226,7 +226,7 @@ echo '{
226226
\n ],
227227
\n "pip_install": [
228228
\n "https://github.com/nipy/nipype/tarball/master",
229-
\n "https://github.com/INCF/pybids/tarball/master",
229+
\n "https://github.com/INCF/pybids/tarball/0.6.5",
230230
\n "nilearn",
231231
\n "datalad[full]",
232232
\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/master
20+
https://github.com/INCF/pybids/tarball/0.6.5
2121
nilearn datalad[full] nipy duecredit nbval" \
2222
create_env="neuro" \
2323
activate=True \
@@ -54,7 +54,7 @@ generate_singularity() {
5454
conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
5555
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
5656
pip_install="https://github.com/nipy/nipype/tarball/master
57-
https://github.com/INCF/pybids/tarball/master
57+
https://github.com/INCF/pybids/tarball/0.6.5
5858
nilearn datalad[full] nipy duecredit nbval" \
5959
create_env="neuro" \
6060
activate=True \

0 commit comments

Comments
 (0)