Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue/630/add environment.yml #632

Merged
merged 6 commits into from
Aug 9, 2024
Merged

issue/630/add environment.yml #632

merged 6 commits into from
Aug 9, 2024

Conversation

lorenzonggl
Copy link
Collaborator

This PR addresses#630 . A new file, environment.yml, is created to allow users to work locally in a stable and fixed conda environment by running:

$ conda env create -f environment.yml
$ conda activate clmm

@lorenzonggl lorenzonggl requested a review from m-aguena July 17, 2024 14:42
@lorenzonggl lorenzonggl self-assigned this Jul 17, 2024
@coveralls
Copy link

coveralls commented Jul 17, 2024

Coverage Status

coverage: 100.0%. remained the same
when pulling 31ba343 on issue/630/coda_environment
into e95f0e0 on main.

@marina-ricci
Copy link
Collaborator

marina-ricci commented Jul 18, 2024

@lorenzonggl : I think you need to add healpy. I got : ModuleNotFoundError: No module named 'healpy'

@marina-ricci
Copy link
Collaborator

Beware that you have to install clmm without the "--user"" then.

@hsinfan1996 hsinfan1996 linked an issue Jul 18, 2024 that may be closed by this pull request
@lorenzonggl lorenzonggl changed the title add environment.yml issue/630/add environment.yml Jul 19, 2024
Copy link
Collaborator

@m-aguena m-aguena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@m-aguena m-aguena merged commit e788037 into main Aug 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create conda environment with compatible and fixed package versions
4 participants