Merge pull request #41633 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:
commit
67ab71d747
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user