Skip to content

Commit fcf2e71

Browse files
Revert "Update install_package.sh"
This reverts commit 02e1f40.
1 parent 02e1f40 commit fcf2e71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/install_package.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ if [[ "$OSTYPE" == darwin* ]]; then
1919
#conda update -c conda-forge -c threeml threeml astromodels
2020
conda install -c conda-forge libgcc lapack
2121
fi
22-
# pip install --no-binary :all: root_numpy
23-
pip install "speclite>=0.19"
22+
pip install --no-binary :all: root_numpy
2423
pip install .
2524

2625
set +x

0 commit comments

Comments
 (0)