Skip to content

Commit 2e509d0

Browse files
Ark-kuncopybara-github
authored andcommitted
chore: Upgraded google-vizier dependency to version 0.0.15 and removed the strict version requirements for googleapis-common-protos
PiperOrigin-RevId: 501212393
1 parent a6a792e commit 2e509d0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

setup.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,7 @@
6060
]
6161

6262
vizier_extra_require = [
63-
"attrs==21.4.0",
64-
"absl-py>=0.7",
65-
"numpy>=1.19.0",
66-
"protobuf>=3.6,<5.0",
67-
"keras-tuner>=1.0,<2.0",
68-
"portpicker==1.3.1",
69-
"googleapis-common-protos==1.56.0",
70-
"google-api-python-client==1.12.8",
71-
"google-vizier==0.0.4",
63+
"google-vizier==0.0.15",
7264
]
7365

7466
prediction_extra_require = [

testing/constraints-3.7.txt

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
88
google-api-core==1.32.0
9-
libcst==0.2.5
109
proto-plus==1.22.0
1110
protobuf==3.19.5
1211
mock==4.0.2
1312
google-cloud-storage==1.32.0
14-
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required
1513
packaging==14.3
1614
grpcio-testing==1.34.0

0 commit comments

Comments
 (0)