Skip to content
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

Merged
merged 1 commit into from
Aug 24, 2018

Conversation

TomAugspurger
Copy link
Contributor

1.9.2 doesn't seem to be available in /pkgs/main. We're seeing errors like

ImportError: libgfortran.so.1: cannot open shared object file: No such file or directory

when importing numpy.

Switching to 1.9.3 (which is available in main) solves that for me locally.

@TomAugspurger
Copy link
Contributor Author

I'm not sure why appveyor wasn't run, but in theory it's unaffected by this.

Merging to get master passing again.

@TomAugspurger TomAugspurger added the CI Continuous Integration label Aug 24, 2018
@TomAugspurger TomAugspurger added this to the 0.24.0 milestone Aug 24, 2018
@codecov
Copy link

codecov bot commented Aug 24, 2018

Codecov Report

Merging #22499 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #22499   +/-   ##
=======================================
  Coverage   92.04%   92.04%           
=======================================
  Files         169      169           
  Lines       50776    50776           
=======================================
  Hits        46737    46737           
  Misses       4039     4039
Flag Coverage Δ
#multiple 90.45% <ø> (ø) ⬆️
#single 42.23% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 447580e...5e7da44. Read the comment docs.

@TomAugspurger TomAugspurger merged commit 55d176d into pandas-dev:master Aug 24, 2018
@TomAugspurger TomAugspurger deleted the bump-numpy-compat branch August 24, 2018 14:20
@jorisvandenbossche
Copy link
Member

Thanks!

gfyoung added a commit to forking-repos/pandas that referenced this pull request Sep 8, 2018
gfyoung added a commit to forking-repos/pandas that referenced this pull request Sep 9, 2018
gfyoung added a commit that referenced this pull request Sep 11, 2018
* 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.
Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this pull request Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants