-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
No Python 3.13 wheels available in scientific-python-nightly-wheels #59817
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
Comments
3 tasks
Thanks for noting! @lysnikolaou is fixing the actual test failure in #59818, but indeed we also can stop building/testing our python 3.13 wheels with numpy nightly, so updating that in #59819 |
Great, thanks! |
Python 3.13 and free-threaded nightlies are available again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.13 wheels have been failing for ~5 days see build logs and because of this, there is no Python 3.13 pandas wheel in scientific-python-nightly-wheels. We noticed this in scikit-learn where we are testing against pandas dev for Python 3.13 free-threaded scikit-learn/scikit-learn#29852 (comment).
The errors does not seem too hard to fix:
np._get_promotion_state
does not exist in numpy-dev and has been removed in numpy/numpy#27156. Note that numpy 2.1.1 has Python 3.13 wheels and still hasnp._get_promotion_state
so one option would be to switch to released numpy.The error from build log
The text was updated successfully, but these errors were encountered: