Skip to content

Commit

Permalink
add environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzonggl committed Jul 17, 2024
1 parent 9f0dbbc commit f3b783d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CLMM Conda environment
name: clmm
channels:
- conda-forge
- defaults
dependencies:
- python==3.10.2
- pip>=21.0
- jupyter>=1.0
- numpy==1.25.2
- scipy==1.11.2
- astropy==5.3.2
- matplotlib==3.7.2
- gsl==2.7
- cmake==3.30.0
- pyccl==3.0
- numcosmo==0.18.2
- pytest=7.4.0
- sphinx==7.2.4

0 comments on commit f3b783d

Please sign in to comment.