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

Commit 83d3f75

Browse files
committed
increase dependency ranges
1 parent 73d583a commit 83d3f75

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
install_requires=(
5656
"google-api-core>=2.15.0, <3.0.0",
5757
"pandas[performance,gcp]>=2.0.0, <3.0.0",
58-
"pyarrow>=15.0.0, <16.0.0",
58+
"pyarrow>=15.0.0, <23.0.0",
5959
"tabulate>=0.9.0, <1.0.0",
6060
"proto-plus>=1.22.3, <2.0.0",
6161
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",
@@ -64,9 +64,9 @@
6464
"google-cloud-documentai>=2.29.2, <4.0.0",
6565
"google-cloud-storage>=1.31.0, <4.0.0",
6666
"google-cloud-vision>=2.7.0, <4.0.0",
67-
"numpy>=1.23.5, <2.0.0",
67+
"numpy>=1.23.5, <3.0.0",
6868
"intervaltree>=3.0.0",
69-
"pikepdf>=8.0.0, <9.0.0",
69+
"pikepdf>=8.0.0, <11.0.0",
7070
"immutabledict>=2.0.0, <5.0.0",
7171
"Pillow>=10.0.0, <11.0.0",
7272
"Jinja2>=3.1.0, <4.0.0",

testing/constraints-3.14.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ google-cloud-documentai
1010
google-cloud-storage
1111
numpy
1212
pikepdf
13+
numba>=0.63.0b1

0 commit comments

Comments
 (0)