Skip to content

Commit e0f5b4e

Browse files
jameshollyergoogleJamesHollyer
authored andcommitted
Update Tensorboard dependencies for 2.9.0 release.
PiperOrigin-RevId: 446316186
1 parent 84326b3 commit e0f5b4e

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)