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

Revert scipy version constraint once speclite has a new release #193

Open
krishnatejavedula opened this issue Jun 28, 2024 · 1 comment
Open
Labels
dependencies Installation problems related to external packages

Comments

@krishnatejavedula
Copy link
Contributor

Currently, we have constrained the scipy version to <=1.13.0 (PR #192) due to the deprecation of the 'trapz' function in favor of 'trapezoid', which affects the 3ML and speclite dependencies.

To ensure compatibility and passing tests, we should:

  1. Monitor for a new release of speclite that addresses the 'trapz' function deprecation.
  2. Once speclite has a new release, update the scipy version constraint and verify that all dependencies and tests are functioning correctly.
@israelmcmc israelmcmc added the dependencies Installation problems related to external packages label Jun 28, 2024
@israelmcmc
Copy link
Collaborator

Corresponding issue on the speclite repo: desihub/speclite#87

@israelmcmc israelmcmc moved this to Stand by in cosipy Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Installation problems related to external packages
Projects
Status: Stand by
Development

No branches or pull requests

2 participants