Skip to content

Commit 48ea4d9

Browse files
committed
remove upper bound for pyarrow to match other packages in the repo
1 parent 5eea9c8 commit 48ea4d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-documentai-toolbox

packages/google-cloud-documentai-toolbox/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"pandas[performance,gcp]>=2.0.0, <3.0.0; python_version < '3.15'",
5959
# pandas[performance] requires numba which does not have 3.15 support yet
6060
"pandas[gcp]>=2.0.0, <3.0.0;python_version>='3.15'",
61-
"pyarrow>=15.0.0, <23.0.0",
61+
"pyarrow>=15.0.0",
6262
"tabulate>=0.9.0, <1.0.0",
6363
"proto-plus>=1.22.3, <2.0.0",
6464
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",

0 commit comments

Comments
 (0)