Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616183026
  • Loading branch information
vkarampudi authored and Responsible ML Infra Team committed Mar 15, 2024
1 parent 1bfbff5 commit 33abeb1
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>=2.15,<3',
'tensorflow~=2.15',
'tensorflow-hub>=0.16.1,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=1.14.0,<1.15.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.20.3,<5',
'tensorboard>=2.15.2,<2.16.0',
'tensorflow>=2.15,<3',
'tensorflow~=2.15',
'tensorflow-model-analysis'
+ select_constraint(
default='>=0.45,<=0.46',
Expand Down

0 comments on commit 33abeb1

Please sign in to comment.