-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #338 from LSSTDESC/install_mamba
conda to mamba to prevent time out of github actions separated pip install of dependencies to fix mac install error
- Loading branch information
Showing
3 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- astropy=5.2.* | ||
- camb=1.4.* | ||
- cosmosis=2.4.1 | ||
- dask=2023.4.1 | ||
- dm-tree=0.1.7 | ||
- firecrown=1.4.0 | ||
- fitsio=1.1.8 | ||
- h5py=3.8.*=mpi_mpich_* | ||
- healpy=1.16.* | ||
- healsparse=1.6.* | ||
- jax=0.4.14 | ||
- jaxlib=0.4.14 | ||
- jupyter=1.0.* | ||
- matplotlib=3.7.* | ||
- mpi4py=3.1.* | ||
- mpich=4.1.* | ||
- numpy=1.24.* | ||
- pandas=1.5.* | ||
- psutil=5.9.* | ||
- pyccl=2.6.* | ||
- python=3.10.* | ||
- scikit-learn=1.2.* | ||
- scipy=1.10.* | ||
- tables-io-full=0.8.* | ||
- threadpoolctl=3.1.* | ||
- treecorr=4.3.* | ||
- pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters