Skip to content

Commit

Permalink
chore: Upgraded google-vizier dependency to version 0.0.15 and re…
Browse files Browse the repository at this point in the history
…moved the strict version requirements for `googleapis-common-protos`

PiperOrigin-RevId: 501212393
  • Loading branch information
Ark-kun authored and Copybara-Service committed Jan 11, 2023
1 parent a6a792e commit 2e509d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,7 @@
]

vizier_extra_require = [
"attrs==21.4.0",
"absl-py>=0.7",
"numpy>=1.19.0",
"protobuf>=3.6,<5.0",
"keras-tuner>=1.0,<2.0",
"portpicker==1.3.1",
"googleapis-common-protos==1.56.0",
"google-api-python-client==1.12.8",
"google-vizier==0.0.4",
"google-vizier==0.0.15",
]

prediction_extra_require = [
Expand Down
2 changes: 0 additions & 2 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.32.0
libcst==0.2.5
proto-plus==1.22.0
protobuf==3.19.5
mock==4.0.2
google-cloud-storage==1.32.0
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required
packaging==14.3
grpcio-testing==1.34.0

0 comments on commit 2e509d0

Please sign in to comment.