Skip to content

Commit

Permalink
add tf-keras as an requirement for Hparams plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yatbear committed Nov 16, 2023
1 parent 3def2eb commit 76f3af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorboard/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ setuptools >= 41.0.0 # Note: provides pkg_resources as well as setuptools
six > 1.9
tensorboard-data-server >= 0.7.0, < 0.8.0
werkzeug >= 1.0.1
# Stay on Keras 2 for now: https://github.com/keras-team/keras/issues/18467.
# TODO: Remove this after migrating to Keras 3.
tf-keras >= 2.15.0

0 comments on commit 76f3af3

Please sign in to comment.