Skip to content

Commit

Permalink
Merge pull request #60517 from rtg0795/r2.13
Browse files Browse the repository at this point in the history
r2.13 cherry-pick: Update tensorboard dependency to ~=2.13, < 2.14
  • Loading branch information
mihaimaruseac committed May 5, 2023
2 parents 0fb0175 + d5eee32 commit 525da8a
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 @@ -114,7 +114,7 @@ def standard_or_nightly(standard, nightly):
# current release version. These also usually have "alpha" or "dev" in their
# version name.
# These are all updated during the TF release process.
standard_or_nightly('tensorboard >= 2.12, < 2.13',
standard_or_nightly('tensorboard >= 2.13, < 2.14',
'tb-nightly ~= 2.13.0.a'),
standard_or_nightly('tensorflow_estimator >= 2.13.0rc0, < 2.14',
'tf-estimator-nightly ~= 2.14.0.dev'),
Expand Down

0 comments on commit 525da8a

Please sign in to comment.