From bd749b0817464b05a4be87d3c16d77881246941d Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Sat, 28 Nov 2020 10:33:19 -0500 Subject: [PATCH] TEST: nipype rel/1.6.0 --- generate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate.sh b/generate.sh index a8a3e94..9197f57 100644 --- a/generate.sh +++ b/generate.sh @@ -17,7 +17,7 @@ generate_docker() { --miniconda miniconda_version="4.3.31" \ conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \ - pip_install="https://github.com/nipy/nipype/tarball/master + pip_install="git+https://github.com/nipy/nipype.git@rel/1.6.0 https://github.com/INCF/pybids/tarball/0.7.1 nilearn datalad[full] nipy duecredit nbval" \ create_env="neuro" \ @@ -56,7 +56,7 @@ generate_singularity() { --miniconda miniconda_version="4.3.31" \ conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \ - pip_install="https://github.com/nipy/nipype/tarball/master + pip_install="git+https://github.com/nipy/nipype.git@rel/1.6.0 https://github.com/INCF/pybids/tarball/0.7.1 nilearn datalad[full] nipy duecredit nbval" \ create_env="neuro" \