Skip to content

Commit

Permalink
fix(deps): allow pyarrow version 7+ (googleapis#479)
Browse files Browse the repository at this point in the history
* feat: Support PyArrow versions 3.0.0 through 9 (googleapis#479)

* allow pyarrow < 10

* remove top constraint

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Tim Swast <swast@google.com>
  • Loading branch information
3 people authored Nov 28, 2022
1 parent a050ccf commit 0f6be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def readme():
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev",
"pyarrow>=3.0.0,<7.0dev",
"pyarrow>=3.0.0",
"sqlalchemy>=1.2.0",
"future",
],
Expand Down

0 comments on commit 0f6be67

Please sign in to comment.