Skip to content

Commit

Permalink
Upgrades TF dependency to 2.10.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466099910
  • Loading branch information
venkat2469 authored and Responsible ML Infra Team committed Aug 8, 2022
1 parent 417c8f0 commit 71303be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def select_constraint(default, nightly=None, git_master=None):
return default

REQUIRED_PACKAGES = [
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,<3',
'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',
'tensorflow-hub>=0.8.0,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=1.9.0,<1.10.0',
Expand Down
2 changes: 1 addition & 1 deletion tensorboard_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def select_constraint(default, nightly=None, git_master=None):
REQUIRED_PACKAGES = [
'protobuf>=3.13,<4',
'tensorboard>=2.8.0,<3',
'tensorflow>=2.8.0,<3',
'tensorflow>=2.10.0,<3',
'tensorflow-model-analysis' + select_constraint(
default='>=0.40,<0.41',
nightly='>=0.41.0.dev',
Expand Down

0 comments on commit 71303be

Please sign in to comment.