File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ if [[ "$MODE" == "package" ]]; then
6262 if $COMMAND_PKG env list | awk ' {print $1}' | grep -qx " $ENV_NAME " ; then
6363 echo " >>> Updating existing environment: $ENV_NAME "
6464 $COMMAND_PKG install -n " $ENV_NAME " -y -c rmg -c conda-forge \
65- " python=3.9" " conda-forge::numpy>=1.10.0,<2" " blas=*=openblas" " rmg== ${RMG_VERSION} " \
66- " connie::symmetry"
65+ " python=3.9" " conda-forge::numpy>=1.10.0,<2" " blas=*=openblas" " conda-forge::numdifftools " \
66+ " rmg== ${RMG_VERSION} " " connie::symmetry"
6767 else
6868 echo " >>> Creating new environment: $ENV_NAME "
6969 $COMMAND_PKG create -n " $ENV_NAME " -y -c rmg -c conda-forge \
70- " python=3.9" " conda-forge::numpy>=1.10.0,<2" " blas=*=openblas" " rmg== ${RMG_VERSION} " \
71- " connie::symmetry"
70+ " python=3.9" " conda-forge::numpy>=1.10.0,<2" " blas=*=openblas" " conda-forge::numdifftools " \
71+ " rmg== ${RMG_VERSION} " " connie::symmetry"
7272 fi
7373fi
7474
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Install dependencies
5757- Install the packaged RMG release (RMG-Py + RMG-database + Arkane) into a dedicated environment::
5858
5959 mamba create -n rmg_env -c rmg -c conda-forge python=3.9 conda-forge::numpy>=1.10.0,<2 \
60- blas=*=openblas rmg=3.3.0 connie::symmetry
60+ blas=*=openblas conda-forge::numdifftools rmg=3.3.0 connie::symmetry
6161
6262 Arkane should be run from that environment (ARC does this automatically for statmech)::
6363
You can’t perform that action at this time.
0 commit comments