Skip to content

Commit 078bcf8

Browse files
nfeltgunan
authored andcommitted
Update tensorboard dependency to 1.13.x
TensorBoard release: https://pypi.org/project/tensorboard/1.13.0/ PiperOrigin-RevId: 235563447
1 parent bade323 commit 078bcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'numpy >= 1.13.3',
5757
'six >= 1.10.0',
5858
'protobuf >= 3.6.1',
59-
'tensorboard >= 1.12.0, < 1.13.0',
59+
'tensorboard >= 1.13.0, < 1.14.0',
6060
'tensorflow_estimator >= 1.13.0, < 1.14.0rc0',
6161
'termcolor >= 1.1.0',
6262
]

0 commit comments

Comments
 (0)