Update tensorboard dependency to 2.3.x
TensorBoard release: https://pypi.org/project/tensorboard/2.3.0/ PiperOrigin-RevId: 322474571 Change-Id: I7cb6bcbb101cb9b10d04b832279e62ea9066abca
This commit is contained in:
parent
bb3c460114
commit
2ef4243a20
@ -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