Skip to content

Commit

Permalink
Merge pull request #336 from LSSTDESC/installer-fixes-jan-2024
Browse files Browse the repository at this point in the history
Test installer fixes
  • Loading branch information
joezuntz authored Jan 16, 2024
2 parents f72e08a + f8c2913 commit a366851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chmod +x Mambaforge3.sh
source ./conda/bin/activate

# conda-installable stuff
mamba env update --file environment.yml
conda env update --file environment.yml


if [[ "$CHIPSET" = "arm64" || "$CHIPSET" = "aarch64" ]]
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ dependencies:
- parallel-statistics==0.13
- sacc==0.8
- tjpcov==0.3.0
- jaxlib==0.4.14
- jax==0.4.14
- pz-rail[dev]==0.99.1
- pz-rail-bpz==0.1.0
- pz-rail-astro-tools==0.0.2
Expand Down

0 comments on commit a366851

Please sign in to comment.