-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
NumPy now supports Python 3.12 #7403
Conversation
Hmm, NumPy has wheels for PyPy3.9 but not for PyPy3.10:
|
I asked NumPy about PyPy3.10 wheels: numpy/numpy#24728 |
I've added commits to fix building on PyPy 3.10 in the meanwhile. As for Python 3.9 on Cygwin, the initial error is "Failed to build ninja". https://stackoverflow.com/questions/73659464/does-openblas-devel-exist-for-cygwin tells me that there is no devel openblas package for Cygwin, so I attempted to use 'allow-noblas'. To do this, numpy/numpy#24703 suggests
Instead, I have pushed a commit here to simply not use NumPy 1.26 on Cygwin. |
Thanks! |
The NumPy pinning has been replaced in #7880 with the packaged NumPy versions instead. |
Helps #6941.
With the release of NumPy 1.26.0, NumPy supports Python 3.12 - https://github.com/numpy/numpy/releases/tag/v1.26.0