-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Look at https://anaconda.org/scientific-python-nightly-wheels/pandas/files, there is no cp313 wheels. There were some a few days ago but it seems like you are removing the old wheels on each upload (not 100% sure about this)? Last sucessful wheel build was July 26, see build log.
Issues seem to be related to Python 3.13 see build log (not Python 3.13 free-threaded in particular just to be clear)
Issue Description
In scikit-learn CI we have started relying on pandas development wheels for Python 3.13 free-threaded work. Probably this was a bit over-optimistic on our side, see scikit-learn/scikit-learn#29572 for more details.
In case of failures, we would be more than happy to rely on an older wheel. For example, if the wheel build has been failing for a week we would be more than happy to rely on the wheel that was uploaded a week ago in https://anaconda.org/scientific-python-nightly-wheels/pandas/files than not have any wheel available. I think this is what would happen for scikit-learn, numpy and scipy development wheels although I am not 100% sure about this. Of course, you may have very good reasons to do it like this ...
We could well revert scikit-learn/scikit-learn#29572 if you are telling us that things are a bit too early and test against pandas later when things are a bit more smooth.
Expected Behavior
There are some Python 3.13 wheels
Installed Versions
N/A