Skip to content

Commit

Permalink
updating the speclite version here
Browse files Browse the repository at this point in the history
  • Loading branch information
torresramiro350 authored Oct 18, 2024
1 parent 3350214 commit 338fc14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/install_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
pip install "speclite>=0.19"

set +x

0 comments on commit 338fc14

Please sign in to comment.