Skip to content

Commit

Permalink
Updates conda YAML file.
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Jun 29, 2020
1 parent 88f69e3 commit c074ddc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions imagine_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.7.*
- h5py=2.10.*=mpi*
- mpi4py=3.0.*
- numpy=1.17.*
- healpy=1.13.*
- pymultinest=2.*
- astropy=4.0.*
- corner=2.0.*
- dynesty=1.0.*
- mpi4py=3.*
- healpy=1.*
- h5py=2.10.*=mpi*
- ipyparallel=6.2.*
- matplotlib=3.1.*
- astropy=3.2.*
- corner=2.*
- numpy=1.18.*
- python=3.7.*
- pymultinest=2.*
- ultranest==2.2.*
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynesty==1.0.*
h5py==2.10.*
healpy==1.*
mpi4py==3.*
numpy>=1.19.0
numpy==1.18.*
pymultinest==2.9
ultranest==2.2.*
hampyx

0 comments on commit c074ddc

Please sign in to comment.