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

CIs fail because of a new version of scipy #2117

Closed
Radonirinaunimi opened this issue Jun 25, 2024 · 2 comments · Fixed by #2119
Closed

CIs fail because of a new version of scipy #2117

Radonirinaunimi opened this issue Jun 25, 2024 · 2 comments · Fixed by #2119
Assignees
Labels
bug Something isn't working

Comments

@Radonirinaunimi
Copy link
Member

Radonirinaunimi commented Jun 25, 2024

From v1.14.0, the simps method from scipy.integrate has been removed, causing all the CIs to fail. The packages that depend on scipy are eko and hyperopt, and both of them do not impose a cap on which version should be installed.

Also the arc_lengths function in vp uses simps.

@felixhekhorn
Copy link
Contributor

As eko does not use this function, I don't think eko needs to react, right? #2119 should be a valid fix (PS: the relevant link is this 🙃)

@RoyStegeman
Copy link
Member

eko does not use this function

And neither does hyperopt, so indeed #2119 closes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants