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 0d3dc9f commit 3dff0e4Copy full SHA for 3dff0e4
1 file changed
packages/google-cloud-documentai-toolbox/setup.py
@@ -55,6 +55,8 @@
55
install_requires=(
56
"google-api-core>=2.15.0, <3.0.0",
57
"pandas[performance,gcp]>=2.0.0, <3.0.0",
58
+ # pandas[performance] requires numba which does not have 3.15 support yet
59
+ "pandas[gcp]>=2.0.0, <3.0.0;python_version>='3.15'",
60
"pyarrow>=15.0.0, <23.0.0",
61
"tabulate>=0.9.0, <1.0.0",
62
"proto-plus>=1.22.3, <2.0.0",
0 commit comments