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:
A. Unique TensorFlower 2020-07-21 17:11:25 -07:00 committed by Erik Luo
parent bb3c460114
commit 2ef4243a20

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',