-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Bump pandas-gbq to one that doesn't pin pyarrow #54200
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
Might be worth bumping the min version to https://github.com/googleapis/python-bigquery-pandas/releases/tag/v0.18.1 so users also don't get bit by pyarrow being pinned |
Ugh 0.18.1 isn't on conda-forge. Is it fine to just go directly to 0.19.x? |
Yeah that should be fine |
A few more places need bumping otherwise looks good |
Not entirely making sense of the error, but looks like there is a conflict between pyarrow dependencies I think what needs to happen is that we need to bump pyarrow from 7 to something newer. PDEP-10 stops this from happening for 2.1, but maybe we can bump as soon as 2.2? cc @jorisvandenbossche (this relates to the issue with pyarrow effectively being pinned on CI) |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Going to close to clear the queue for now |
I think I may have tackled this in #55524? |
Nice, thanks Matt. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.