-
Notifications
You must be signed in to change notification settings - Fork 540
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
[BUG] SciPy 1.15 changed internals that cuml was relying on #6206
Labels
Comments
vyasr
added
? - Needs Triage
Need team to review and classify
bug
Something isn't working
labels
Jan 3, 2025
This is blocking CI here. I just ran into it on #6201 and discovered that. Adding the text of the error message here, for searchability: stack trace (click me)
|
rapids-bot bot
pushed a commit
that referenced
this issue
Jan 8, 2025
Resolves the immediate update identified in #6206, we still should update things to not use internals of Scipy. Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Victor Lafargue (https://github.com/viclafargue) URL: #6207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scipy 1.15 released today (January 3). They rewrote parts of scipy.optimize's internals, and in particular they included this PR which changes the signature of one of their internal functions
scipy.optimize._lbfgsb
that cuml was relying on. In the short term cuml will probably need to be updated to handle the new signature. Long term we should look into avoiding using scipy internals.The text was updated successfully, but these errors were encountered: