You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas nightly wheel from scientific-python-nightly-wheel requires numpy<2.
In scikit-learn we want to test against the development version of our dependencies for numpy, scipy, pandas, etc ...
From the command we were using, we were expecting that numpy development version will be installed before closely looking at the CI log and realising that we actually get numpy latest release. More context from scikit-learn/scikit-learn#27899.
I think our current approach in scikit-learn is to not pin numpy<2 in main but pin it on release branches.
Expected Behavior
Installs numpy-2.0.0.dev0 from scientific-python-nightly-wheel
Installed Versions
pandas-2.2.0.dev0+925.gac170fdc35
The text was updated successfully, but these errors were encountered:
We are almost compatible with numpy 2.0 (I have some NEP 50 changes that still need to be made), so hopefully we should be able to unpin sometime by the end of this week.
This would be really nice to have for us over at numpy-tutorials, too. As currently I cannot easily test the material with numpy 2.0 as pandas blocks installing it.
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
Outputs:
Issue Description
pandas nightly wheel from scientific-python-nightly-wheel requires numpy<2.
In scikit-learn we want to test against the development version of our dependencies for numpy, scipy, pandas, etc ...
From the command we were using, we were expecting that numpy development version will be installed before closely looking at the CI log and realising that we actually get numpy latest release. More context from scikit-learn/scikit-learn#27899.
I think our current approach in scikit-learn is to not pin numpy<2 in
main
but pin it on release branches.Expected Behavior
Installs numpy-2.0.0.dev0 from scientific-python-nightly-wheel
Installed Versions
pandas-2.2.0.dev0+925.gac170fdc35
The text was updated successfully, but these errors were encountered: