Pin tensorflow to tensorflow-tensorboard 0.1.x

This change will be cherry-picked into the 1.3.0 release.

PiperOrigin-RevId: 163742463
This commit is contained in:
Justine Tunney 2017-07-31 13:48:37 -07:00 committed by TensorFlower Gardener
parent 3445dd0edf
commit 18304683ec

View File

@ -35,7 +35,7 @@ REQUIRED_PACKAGES = [
'numpy >= 1.11.0',
'six >= 1.10.0',
'protobuf >= 3.3.0',
'tensorflow-tensorboard',
'tensorflow-tensorboard >= 0.1.0, < 0.2.0',
]
project_name = 'tensorflow'