Skip to content

Commit 8f2dc52

Browse files
vkarampudiResponsible ML Infra Team
authored andcommitted
Internal change
PiperOrigin-RevId: 616230179
1 parent 1bfbff5 commit 8f2dc52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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>=2.15,<3',
41+
'tensorflow~=2.15',
4242
'tensorflow-hub>=0.16.1,<1.0.0',
4343
'tensorflow-data-validation' + select_constraint(
4444
default='>=1.14.0,<1.15.0',

tensorboard_plugin/setup.py

Lines changed: 1 addition & 1 deletion
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.20.3,<5',
4646
'tensorboard>=2.15.2,<2.16.0',
47-
'tensorflow>=2.15,<3',
47+
'tensorflow~=2.15',
4848
'tensorflow-model-analysis'
4949
+ select_constraint(
5050
default='>=0.45,<=0.46',

0 commit comments

Comments
 (0)