Skip to content

Commit c03ee55

Browse files
vkarampudiResponsible ML Infra Team
authored andcommitted
This CL temporarily hardcodes the version of keras to test the TB nightly
PiperOrigin-RevId: 717617353
1 parent 2e23c83 commit c03ee55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorboard_plugin/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def select_constraint(default, nightly=None, git_master=None):
4545
'protobuf>=3.20.3,<5',
4646
'tensorboard>=2.16.2,<2.17.0',
4747
'tensorflow>=2.16,<2.17',
48+
'tf-keras>=2.16,<2.17',
4849
'tensorflow-model-analysis>=0.47,<0.48',
4950
'werkzeug<2',
5051
]

0 commit comments

Comments
 (0)