Skip to content

Commit 37aa430

Browse files
author
Amit Patankar
authored
Merge pull request tensorflow#16421 from nfelt/update-tb-dep
Update tensorboard dep to >= 1.5.0, < 1.6.0
2 parents a539e80 + dbfa5f5 commit 37aa430

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)