Merge pull request from psybuzz/cherrypicks_WRXIO

This cherrypick is required to depend on a version of TensorBoard that
is compatible with TensorFlow 2.3.x, such that `tensorboard` starts
successfully.

Note: starting from TF/TB 2.3, the tensorboard dependency is more
relaxed to allow TensorBoard to be released at a more frequent cadence.
The major version is still synced, while the minor version is not.

PiperOrigin-RevId: 322474571
This commit is contained in:
E 2020-07-22 12:47:19 -07:00 committed by GitHub
commit 67ab71d747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ REQUIRED_PACKAGES = [
'numpy >= 1.16.0, < 1.19.0',
'opt_einsum >= 2.3.2',
'protobuf >= 3.9.2',
'tensorboard >= 2.2.0, < 2.3.0',
'tensorboard >= 2.3.0, < 3',
'tensorflow_estimator >= 2.3.0rc0, < 2.4.0',
'termcolor >= 1.1.0',
'wrapt >= 1.11.1',