Skip to content

Commit

Permalink
Adjustments to requirements and YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Jun 29, 2020
1 parent c074ddc commit 5115cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions imagine_conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: imagine
channels:
- anaconda
- conda-forge
- anaconda
- defaults
dependencies:
- astropy=4.0.*
- corner=2.0.*
- cython=0.29.*
- dynesty=1.0.*
- mpi4py=3.*
- healpy=1.*
- h5py=2.10.*=mpi*
- ipyparallel=6.2.*
- numpy=1.18.*
- python=3.7.*
- pymultinest=2.*
- ultranest==2.2.*
- pymultinest=2.9
- ultranest=2.2.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ healpy==1.*
mpi4py==3.*
numpy==1.18.*
pymultinest==2.9
ultranest==2.2.*
ultranest==2.2.1
hampyx

0 comments on commit 5115cf3

Please sign in to comment.