From 02e1f409e77c66b905f68cbb5f75f2398b8ef520 Mon Sep 17 00:00:00 2001 From: Ramiro Torres-Escobedo <82693024+torresramiro350@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:12:34 +0800 Subject: [PATCH] Update install_package.sh --- ci/install_package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/install_package.sh b/ci/install_package.sh index c2922d8..26f048d 100644 --- a/ci/install_package.sh +++ b/ci/install_package.sh @@ -19,7 +19,8 @@ if [[ "$OSTYPE" == darwin* ]]; then #conda update -c conda-forge -c threeml threeml astromodels conda install -c conda-forge libgcc lapack fi -pip install --no-binary :all: root_numpy +# pip install --no-binary :all: root_numpy +pip install "speclite>=0.19" pip install . set +x