-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: use pyarrow 0.17.1 instead of 0.17.0 for py37_macos build #41948
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
Conversation
thanks merge when green (note we may need for 1.2.5 as well?) |
will know for sure when I do the manual backport of #41924 or could backport anyway? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorisvandenbossche Do we want to bump min version to 0.17.1 in general for MacOS, not just in the CI?
@simonjayhawkins I think 1.2.5 is still on pyarrow 0.15 so shouldn't backport?
EDIT: See below comment for clarification.
we don't really want ci constantly failing. if we need a patch for pandas 1.2.x to work with pyarrow 0.15 that's a different issue. |
Sorry, should've been more clear. pandas/ci/deps/azure-macos-37.yaml Line 24 in 322d54a
According to the JIRA issue, it seems this would only affect 0.17.0. I guess we should just first not backport, and then backport if CI is red on the MacOS job then. |
sgtm |
thanks @jorisvandenbossche |
Closes #41937