Skip to content

Commit ffc0d2a

Browse files
Merge pull request tensorflow#55926 from JamesHollyer/TensorboardDepUpdate
r2.9 cherry-pick: bcc8a63 "Update Tensorboard dependencies for 2.9.0 release."
2 parents 84326b3 + e0f5b4e commit ffc0d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def standard_or_nightly(standard, nightly):
105105
# current release version. These also usually have "alpha" or "dev" in their
106106
# version name.
107107
# These are all updated during the TF release process.
108-
standard_or_nightly('tensorboard >= 2.8, < 2.9', 'tb-nightly ~= 2.9.0.a'),
108+
standard_or_nightly('tensorboard >= 2.9, < 2.10', 'tb-nightly ~= 2.10.0.a'),
109109
standard_or_nightly('tensorflow_estimator >= 2.9.0rc0, < 2.10.0',
110110
'tf-estimator-nightly ~= 2.9.0.dev'),
111111
standard_or_nightly('keras >= 2.9.0rc0, < 2.10.0',

0 commit comments

Comments
 (0)