Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 0346821

Browse files
authored
deps: support pyarrow 4 (#45)
1 parent 2b92f72 commit 0346821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ibis-framework >= 1.2.0,<3.0.0dev",
4646
"google-cloud-bigquery >=1.12.0,<3.0.0dev",
4747
"google-cloud-bigquery-storage >=1.0.0,<3.0.0dev",
48-
"pyarrow >=1.0.0,<4.0.0dev",
48+
"pyarrow >=1.0.0,<5.0.0dev",
4949
"pydata-google-auth",
5050
],
5151
classifiers=[

0 commit comments

Comments
 (0)