Skip to content

Commit e3c2522

Browse files
committed
TEST: nipype 1.8.4
1 parent 650ff45 commit e3c2522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generate_docker() {
1717
--miniconda \
1818
conda_install="python=3.8 pytest jupyter jupyterlab jupyter_contrib_nbextensions
1919
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
20-
pip_install="https://github.com/nipy/nipype/tarball/master
20+
pip_install="git+https://github.com/nipy/nipype.git@rel/1.8.4
2121
pybids==0.13.1
2222
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
2323
create_env="neuro" \
@@ -54,9 +54,9 @@ generate_singularity() {
5454
--user=neuro \
5555
--workdir /home/neuro \
5656
--miniconda \
57-
conda_install="python=3.7 pytest jupyter jupyterlab jupyter_contrib_nbextensions
57+
conda_install="python=3.8 pytest jupyter jupyterlab jupyter_contrib_nbextensions
5858
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
59-
pip_install="https://github.com/nipy/nipype/tarball/master
59+
pip_install="git+https://github.com/nipy/nipype.git@rel/1.8.4
6060
pybids==0.13.1
6161
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
6262
create_env="neuro" \

0 commit comments

Comments
 (0)