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

Implicit arrow dependency from google-cloud-bigquery #324

Closed
bfollinprm opened this issue Aug 21, 2020 · 1 comment · Fixed by #330
Closed

Implicit arrow dependency from google-cloud-bigquery #324

bfollinprm opened this issue Aug 21, 2020 · 1 comment · Fixed by #330

Comments

@bfollinprm
Copy link

Recently, google-cloud-bigquery released a new version pinning pyarrow >= 1.0.0. Because this is a broadly used dependency in the ecosystem pandas-gbq is used in (pandas and spark among others rely on arrow), this can lead to hidden dependency clashes.

Suggestion

Explicitly add pyarrow >= 1.0.0 to the installation requirements for pandas-gbq.

@max-sixty
Copy link
Contributor

I'm not sure I understand — why does that need to be a dependency in pandas-gbq?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants