Skip to content

Commit

Permalink
Update tensorboard dependency to >=2.14, < 2.15 (tensorflow#61505)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 554977992

Co-authored-by: Adrian Revuelta <[email protected]>
  • Loading branch information
tensorflow-jenkins and arcra authored Aug 9, 2023
1 parent 1c7b79b commit 59ec4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def standard_or_nightly(standard, nightly):
# version name.
# These are all updated during the TF release process.
standard_or_nightly(
'tensorboard >= 2.13, < 2.14', 'tb-nightly ~= 2.14.0.a'
'tensorboard >= 2.14, < 2.15', 'tb-nightly ~= 2.14.0.a'
),
standard_or_nightly(
'tensorflow_estimator >= 2.14.0rc0, < 2.15',
Expand Down

0 comments on commit 59ec4da

Please sign in to comment.