-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
BLD: use scipy-openblas 0.3.30.7 #30132
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
Conversation
|
@FreddieWitherden could you try this out on your system? Edit: it should be enough to update scipy-openblas64 on the reproducer from #30092, since that seems to be a local build and not a PyPI install. |
Will action this evening and get back to you. |
|
Note that this will also be needed in the |
|
I think the macos-13 limit is fully retired by Dec 4th. |
I can confirm this resolves the deadlock issue. Regards, Freddie. |
I opened numpy/numpy-release#21 to simplify that. |
rgommers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mattip and @FreddieWitherden!
BLD: use scipy-openblas 0.3.30.7 (#30132)
Fixes #30092.
Rather than update the OpenBLAS version, this PR uses a patched version of OpenBLAS that incorporate the fix from OpenMathLib/OpenBLAS#5520. That should minimize the risk in updating the dependency so close to the new release cut-off date.