Skip to content

Commit 3dff0e4

Browse files
committed
fix build
1 parent 0d3dc9f commit 3dff0e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/google-cloud-documentai-toolbox

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
install_requires=(
5656
"google-api-core>=2.15.0, <3.0.0",
5757
"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'",
5860
"pyarrow>=15.0.0, <23.0.0",
5961
"tabulate>=0.9.0, <1.0.0",
6062
"proto-plus>=1.22.3, <2.0.0",

0 commit comments

Comments
 (0)