Skip to content

Commit

Permalink
Update tb-nightly dep to >= 1.12.0a0, < 1.13.0a0
Browse files Browse the repository at this point in the history
Synchronize tf-nightly dep on current tb-nightly: https://pypi.org/project/tb-nightly/1.12.0a20180925/

PiperOrigin-RevId: 214521033
  • Loading branch information
nfelt authored and tensorflower-gardener committed Sep 25, 2018
1 parent c274706 commit e62cd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
if 'tf_nightly' in project_name:
for i, pkg in enumerate(REQUIRED_PACKAGES):
if 'tensorboard' in pkg:
REQUIRED_PACKAGES[i] = 'tb-nightly >= 1.11.0a0, < 1.12.0a0'
REQUIRED_PACKAGES[i] = 'tb-nightly >= 1.12.0a0, < 1.13.0a0'
break

# weakref.finalize and enum were introduced in Python 3.4
Expand Down

0 comments on commit e62cd64

Please sign in to comment.