Skip to content

Commit

Permalink
chore(deps): Update Dependencies for pandas and pikepdf (#93)
Browse files Browse the repository at this point in the history
- Add support for pandas 2.0.0 & add python version > 3.8 for pikepdf 7.0.0
  • Loading branch information
holtskinner committed Apr 6, 2023
1 parent 625375c commit c607136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery==3.9.0
google-cloud-documentai==2.15.0
google-cloud-storage==2.8.0
google-cloud-documentai-toolbox==0.1.1a0
google-cloud-documentai-toolbox==0.4.1a0
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
include_package_data=True,
install_requires=(
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"pandas >= 1.0.0, <2.0.0",
"pandas >= 1.0.0, <3.0.0",
"pandas >= 1.0.0, <2.0.0; python_version<'3.8'",
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
"grpc-google-iam-v1 >= 0.12.4, < 0.13dev",
Expand All @@ -56,6 +57,7 @@
"numpy >= 1.18.1",
"intervaltree >= 3.0.0",
"pikepdf >= 6.2.9, < 8.0.0",
"pikepdf >= 6.2.9, < 7.0.0; python_version<'3.8'",
"immutabledict >= 2.0.0, < 3.0.0dev",
),
python_requires=">=3.7",
Expand Down

0 comments on commit c607136

Please sign in to comment.