Skip to content

Commit 265d284

Browse files
venkat2469Responsible ML Infra Team
authored and
Responsible ML Infra Team
committed
Upgrades TF dependency to 2.10.
PiperOrigin-RevId: 466099910
1 parent 417c8f0 commit 265d284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def select_constraint(default, nightly=None, git_master=None):
3838
return default
3939

4040
REQUIRED_PACKAGES = [
41-
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,<3',
41+
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3',
4242
'tensorflow-hub>=0.8.0,<1.0.0',
4343
'tensorflow-data-validation' + select_constraint(
4444
default='>=1.9.0,<1.10.0',

tensorboard_plugin/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def select_constraint(default, nightly=None, git_master=None):
4444
REQUIRED_PACKAGES = [
4545
'protobuf>=3.13,<4',
4646
'tensorboard>=2.8.0,<3',
47-
'tensorflow>=2.8.0,<3',
47+
'tensorflow>=2.10.0,<3',
4848
'tensorflow-model-analysis' + select_constraint(
4949
default='>=0.40,<0.41',
5050
nightly='>=0.41.0.dev',

0 commit comments

Comments
 (0)