From a69affabeb9422521c3867610836c46e624bbfe1 Mon Sep 17 00:00:00 2001 From: "Joanna Piper Morgan (jonsey)" Date: Thu, 21 Dec 2023 17:38:50 -0800 Subject: [PATCH] adding new dependencies to install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8134f030..e2c6ae88 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ pip install -e . # Install MC/DC dependencies, reply "y" to conda prompt -conda install numpy numba matplotlib scipy h5py pytest colorama <<< "y" +conda install numpy numba matplotlib scipy h5py pytest colorama ngsolve distinctipy <<< "y" # Patch numba