From 819dc7e42fd1ec8028b7aa517a5d124c3e73a668 Mon Sep 17 00:00:00 2001 From: Sander Vandenhaute Date: Mon, 23 Dec 2024 13:05:05 +0100 Subject: [PATCH] update install script --- docs/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.sh b/docs/install.sh index 107a7f9..b7e549f 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -5,9 +5,9 @@ export MAMBA_ROOT_PREFIX=$(pwd) # optional, defaults to ~/micromamba eval "$(./bin/micromamba shell hook -s posix)" micromamba activate -micromamba create -n _psiflow_env -y python=3.10 pip ndcctools=7.11.1 -c conda-forge +micromamba create -n _psiflow_env -y python=3.10 pip ndcctools=7.14.0 -c conda-forge micromamba activate _psiflow_env -pip install git+https://github.com/molmod/psiflow.git@v4.0.0-rc1 +pip install git+https://github.com/molmod/psiflow.git@v4.0.0 # create activate.sh echo 'ORIGDIR=$PWD' >>activate.sh # prevent variable substitution