Update tb-nightly dep to >= 1.7.0a0, < 1.8.0a0
authorNick Felt <nickfelt@google.com>
Mon, 12 Feb 2018 22:11:03 +0000 (14:11 -0800)
committerNick Felt <nickfelt@google.com>
Mon, 12 Feb 2018 22:11:03 +0000 (14:11 -0800)
tensorflow/tools/pip_package/setup.py

index 0e6b32b..e4ca974 100644 (file)
@@ -62,7 +62,7 @@ else:
 if 'tf_nightly' in project_name:
   for i, pkg in enumerate(REQUIRED_PACKAGES):
     if 'tensorboard' in pkg:
-      REQUIRED_PACKAGES[i] = 'tb-nightly >= 1.5.0a0, < 1.6.0a0'
+      REQUIRED_PACKAGES[i] = 'tb-nightly >= 1.7.0a0, < 1.8.0a0'
       break
 
 # weakref.finalize and enum were introduced in Python 3.4