We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eea9c8 commit 48ea4d9Copy full SHA for 48ea4d9
1 file changed
packages/google-cloud-documentai-toolbox/setup.py
@@ -58,7 +58,7 @@
58
"pandas[performance,gcp]>=2.0.0, <3.0.0; python_version < '3.15'",
59
# pandas[performance] requires numba which does not have 3.15 support yet
60
"pandas[gcp]>=2.0.0, <3.0.0;python_version>='3.15'",
61
- "pyarrow>=15.0.0, <23.0.0",
+ "pyarrow>=15.0.0",
62
"tabulate>=0.9.0, <1.0.0",
63
"proto-plus>=1.22.3, <2.0.0",
64
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",
0 commit comments