Skip to content

Commit 338fc14

Browse files
updating the speclite version here
1 parent 3350214 commit 338fc14

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
2323
pip install .
24+
pip install "speclite>=0.19"
2425

2526
set +x

0 commit comments

Comments
 (0)