Update tensorboard dependency to 1.9.x
authorNick Felt <nfelt@users.noreply.github.com>
Wed, 13 Jun 2018 07:30:09 +0000 (00:30 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Jun 2018 07:30:09 +0000 (00:30 -0700)
tensorflow/tools/pip_package/setup.py

index 97f625e..92a1465 100644 (file)
@@ -55,7 +55,7 @@ REQUIRED_PACKAGES = [
     'six >= 1.10.0',
     'protobuf >= 3.4.0',
     'setuptools <= 39.1.0',
-    'tensorboard >= 1.8.0, < 1.9.0',
+    'tensorboard >= 1.9.0, < 1.10.0',
     'termcolor >= 1.1.0',
 ]