File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
kokoro/github/ubuntu/cpu/oldest Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ env_vars: {
6
6
}
7
7
env_vars: {
8
8
key: " TF_VERSION"
9
- value: " 2.12 .*"
9
+ value: " 2.9 .*"
10
10
}
11
11
env_vars: {
12
12
key: " TAG_FILTERS"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ env_vars: {
6
6
}
7
7
env_vars: {
8
8
key: " TF_VERSION"
9
- value: " 2.12 .*"
9
+ value: " 2.9 .*"
10
10
}
11
11
env_vars: {
12
12
key: " TAG_FILTERS"
Original file line number Diff line number Diff line change @@ -177,6 +177,9 @@ def get_version():
177
177
'tensorflow>=2.9.0; platform_machine != "arm64" or platform_system != "Darwin"' ,
178
178
'tensorflow-macos>=2.9.0; platform_machine == "arm64" and platform_system == "Darwin"' ,
179
179
# pylint:enable=g-line-too-long
180
+ # TODO(b/283835852): Remove when Vizier can upgrade to protobuf >= 4.0.
181
+ 'protobuf~=3.20.3' ,
182
+ 'wrapt~=1.14.1' ,
180
183
],
181
184
python_requires = '>=3.8,<4' ,
182
185
packages = find_namespace_packages (
You can’t perform that action at this time.
0 commit comments