-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPS: Filter numpy's FutureWarning from array_equal #52010
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
DEPS: Filter numpy's FutureWarning from array_equal #52010
Conversation
LGTM pending green |
Looks like the numpy dev build is installing a non-numpy dev version for some reason: https://github.com/pandas-dev/pandas/actions/runs/4432829243/jobs/7777266394
|
Looked to have been an environment solve/cache issue, but I suppose this could be useful to still filter this out. |
The 2.0.x build is still failing as of this morning, so merging and backporting |
thx @mroeschke |
Purging the cache there helped as well |
Looks to be failing on the numpy dev build
The warning is from
np.array_equal
raising it's own FutureWarning: numpy/numpy#23401