Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mattip commentedNov 3, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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. |
FreddieWitherden commentedNov 3, 2025
Will action this evening and get back to you. |
charris commentedNov 3, 2025
Note that this will also be needed in the |
andyfaff commentedNov 3, 2025
I think the macos-13 limit is fully retired by Dec 4th. |
FreddieWitherden commentedNov 3, 2025
I can confirm this resolves the deadlock issue. Regards, Freddie. |
mattip commentedNov 4, 2025
I openednumpy/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!
0fdb197 intonumpy:mainUh oh!
There was an error while loading.Please reload this page.
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 fromOpenMathLib/OpenBLAS#5520. That should minimize the risk in updating the dependency so close to the new release cut-off date.