-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Bump to NumPy compat to 1.9.3 #22499
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
CI: Bump to NumPy compat to 1.9.3 #22499
Conversation
I'm not sure why appveyor wasn't run, but in theory it's unaffected by this. Merging to get master passing again. |
Codecov Report
@@ Coverage Diff @@
## master #22499 +/- ##
=======================================
Coverage 92.04% 92.04%
=======================================
Files 169 169
Lines 50776 50776
=======================================
Hits 46737 46737
Misses 4039 4039
Continue to review full report at Codecov.
|
Thanks! |
Backport of pandas-devgh-22499.
Backport of pandas-devgh-22499.
* CI: Bump NumPy to 1.9.3 Backport of gh-22499. * BLD: Fix openpyxl to 2.5.5 Backport of gh-22601. * CI: Resolve timeout issue on Travis Backported from gh-22429. * CI: Migrate to CircleCI 2.0 Backport of gh-21814. * Upgrade Cython to >=0.28.2 Backported from gh-21688. * TST: Patch locale handling Backported from gh-21739. Backport of gh-22213.
1.9.2 doesn't seem to be available in
/pkgs/main
. We're seeing errors likewhen importing numpy.
Switching to 1.9.3 (which is available in main) solves that for me locally.