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

Scipy version incompatibility with healpy #259

Closed
ThomasCeulemans opened this issue Jun 25, 2024 · 1 comment · Fixed by #273
Closed

Scipy version incompatibility with healpy #259

ThomasCeulemans opened this issue Jun 25, 2024 · 1 comment · Fixed by #273
Labels
Dependencies Issues with dependencies

Comments

@ThomasCeulemans
Copy link
Collaborator

ThomasCeulemans commented Jun 25, 2024

As of 1.14, scipy removed scipy.interpolate.trapz in favor of scipy.interpolate.trapezoid (see https://docs.scipy.org/doc/scipy/release/1.14.0-notes.html). Healpy still imports the depracted (and now removed function trapz).
Until this is fixed in healpy, I suggest manually setting the scipy version to 1.13.

@ThomasCeulemans ThomasCeulemans added the Dependencies Issues with dependencies label Jun 25, 2024
@ThomasCeulemans
Copy link
Collaborator Author

Err, it seems that conda-forge as of writing has an older healpy version than pypi. I'll just set the scipy version in the conda env file to <=1.13 for now. (This will need to be reverted at some point)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Issues with dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant