-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Support Numpy 1.25 #5870
Support Numpy 1.25 #5870
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5870 +/- ##
==========================================
- Coverage 88.34% 88.22% -0.13%
==========================================
Files 310 310
Lines 63960 63981 +21
==========================================
- Hits 56508 56445 -63
- Misses 7452 7536 +84
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
[skip ci]
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
With numpy 1.25 this would error previously:
I also added a CI run that only runs test-core always to be able to test the latest numpy and pandas.