We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84326b3 commit e0f5b4eCopy full SHA for e0f5b4e
tensorflow/tools/pip_package/setup.py
@@ -105,7 +105,7 @@ def standard_or_nightly(standard, nightly):
105
# current release version. These also usually have "alpha" or "dev" in their
106
# version name.
107
# These are all updated during the TF release process.
108
- standard_or_nightly('tensorboard >= 2.8, < 2.9', 'tb-nightly ~= 2.9.0.a'),
+ standard_or_nightly('tensorboard >= 2.9, < 2.10', 'tb-nightly ~= 2.10.0.a'),
109
standard_or_nightly('tensorflow_estimator >= 2.9.0rc0, < 2.10.0',
110
'tf-estimator-nightly ~= 2.9.0.dev'),
111
standard_or_nightly('keras >= 2.9.0rc0, < 2.10.0',
0 commit comments