Skip to content

Commit dbfa5f5

Browse files
committed
Update tensorboard dep to >= 1.5.0, < 1.6.0
1 parent 09e5ff3 commit dbfa5f5

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
@@ -36,7 +36,7 @@
3636
'numpy >= 1.12.1',
3737
'six >= 1.10.0',
3838
'protobuf >= 3.4.0',
39-
'tensorflow-tensorboard >= 0.4.0',
39+
'tensorflow-tensorboard >= 1.5.0, < 1.6.0',
4040
]
4141

4242
project_name = 'tensorflow'

0 commit comments

Comments
 (0)