-
Notifications
You must be signed in to change notification settings - Fork 21
Making CLMM conda instalable #651
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @m-aguena and @marina-ricci . As we discussed in the last pipeline meeting, indeed |
|
@eduardojsbarroso Michel and I are not familiar with what you proposed. Could you ellaborate? |
What I am proposing is that we publish the clmm git repository to Pipy and conda, so one can simply do |
|
@eduardojsbarroso I talked to the CCL people, and they said an account for the code was created. So, I will make the same for CLMM and give you access. |
|
@eduardojsbarroso can you add instructions on how to create these installation to the |
|
Since this PR touched upon the dependencies, can we check if astropy v7.0.0 is compatible, which was just released. |
Never mind. It is compatible. |
|
This reverts commit af473f5.
…nd change jobs name scheme
…p-prob requirement)
… >= 3.0 in environment.yml and pyproject.toml to keep in line with `README.md` and `docs/source/installation.rst`
…d v0.22 in README.md
…ify dependency updates and installation instructions
…ndencies are listed in environment.yml
|
For some reason, when building the documentation, sphinx sees CCL's version as 3.0.0, instead of the one actually installed in the environment. This ends up breaking the build, since there's a CCL version check in |
|
Hey @m-aguena @hsinfan1996, is the hard check on CCL's version absolutely necessary? At the moment there's no problem running current CCL with current CLMM and the hard check breaks documentation building... We also don't make a hard check on any other package, so I think we could drop this. |
|
Documentation breaks because CCL's mock version in We're forced to do this because of the hard version check on CCL. Now we can either update this line every time we change version checks, or we remove the hard version check. I think the hard version check is unnecessary. |
Changed the
pyproject.tomlfile so we can publish CLMM to conda and pipy.