Skip to content

Commit

Permalink
Update install_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
torresramiro350 authored Oct 18, 2024
1 parent 6696aee commit 02e1f40
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 "speclite>=0.19"
pip install .

set +x

0 comments on commit 02e1f40

Please sign in to comment.