Skip to content

Commit 787a650

Browse files
committed
TEST: nipype rel/1.6.1
1 parent bfee0e7 commit 787a650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generate_docker() {
1717
--miniconda \
1818
conda_install="python=3.7 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.6.1
2121
https://github.com/INCF/pybids/tarball/0.7.1
2222
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
2323
create_env="neuro" \
@@ -56,7 +56,7 @@ generate_singularity() {
5656
--miniconda \
5757
conda_install="python=3.7 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.6.1
6060
https://github.com/INCF/pybids/tarball/0.7.1
6161
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
6262
create_env="neuro" \

0 commit comments

Comments
 (0)