Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated testing constraints #34

Merged
merged 24 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added numpy
  • Loading branch information
galz10 committed Jan 30, 2023
commit e202ee8a5d7feabe29bb7c63b34a16d45ab438ec
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"grpc-google-iam-v1 >= 0.12.4, < 0.13dev",
"google-cloud-documentai >= 1.2.1, < 2.0.0dev",
"google-cloud-storage >= 1.32.0, < 3.0.0dev",
"numpy>=1.15.0",
),
python_requires=">=3.7",
classifiers=[
Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
google-api-core==1.34.0
libcst==0.2.5
pandas==1.0.0
numpy==1.15.0
proto-plus==1.22.0
grpc-google-iam-v1==0.12.4
google-cloud-documentai==1.2.1
Expand Down