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

fix(dependencies): constrain scipy version to <=1.13.0 #192

Merged
merged 1 commit into from
Jun 28, 2024
Merged

fix(dependencies): constrain scipy version to <=1.13.0 #192

merged 1 commit into from
Jun 28, 2024

Conversation

krishnatejavedula
Copy link
Contributor

In the latest update of scipy scipy.integrate.trapz has been removed in favour of trapezoid, which breaks some dependencies and tests. The affected dependencies are 3ML and speclite. This commit restricts the scipy version to 1.13.0 or lower to maintain compatibility and ensure tests pass.

The latest update of scipy has deprecated the 'trapz' function in favor of 'trapezoid', which breaks dependencies and tests. The affected dependencies are 3ML and speclite. This commit restricts the scipy version to 1.13.0 or lower to maintain compatibility and ensure tests pass.
@israelmcmc
Copy link
Collaborator

Thanks, @krishnatejavedula! The tests are passing, it worked. I'll merge this is a bit. Can you please open an accompanying issue reminds us to revert this when speclite has a new release?

@krishnatejavedula
Copy link
Contributor Author

krishnatejavedula commented Jun 28, 2024

@israelmcmc, I have opened an issue regarding this. Issue #193

@israelmcmc
Copy link
Collaborator

Thanks, @krishnatejavedula! I'm merging this

@israelmcmc israelmcmc merged commit 65706f7 into cositools:develop Jun 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants