Skip to content

Commit

Permalink
Merge pull request #84 from LSSTDESC/fix-conda
Browse files Browse the repository at this point in the history
Fixed environment for conda
  • Loading branch information
carlosggarcia authored May 2, 2023
2 parents 62a359e + c41e7c2 commit 5ffd6d5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ channels:
- defaults
dependencies:
- python=3.7
# Installing TJPcov in two steps to avoid making NaMaster installation to
# fail due to (https://github.com/LSSTDESC/NaMaster/issues/138)
- tjpcov
- tjpcov[full]
- mpi4py
- pip
- numpy
- wheel
- namaster
# tjpcov is only available at the moment through PyPi
- pip:
# Installing TJPcov in two steps to avoid making NaMaster installation to
# fail due to (https://github.com/LSSTDESC/NaMaster/issues/138)
- tjpcov[full]

0 comments on commit 5ffd6d5

Please sign in to comment.