Skip to content

Commit 02e1f40

Browse files
Update install_package.sh
1 parent 6696aee commit 02e1f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install_package.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ 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
22+
# pip install --no-binary :all: root_numpy
23+
pip install "speclite>=0.19"
2324
pip install .
2425

2526
set +x

0 commit comments

Comments
 (0)