提交 5d1b29c5 编写于 作者: M Michael Case 提交者: TensorFlower Gardener

Make tf-nightly pip depend on tf-estimator-nightly pip.

PiperOrigin-RevId: 221708873
上级 8828ef8e
......@@ -87,7 +87,8 @@ if 'tf_nightly' in project_name:
for i, pkg in enumerate(REQUIRED_PACKAGES):
if 'tensorboard' in pkg:
REQUIRED_PACKAGES[i] = 'tb-nightly >= 1.13.0a0, < 1.14.0a0'
break
if 'tensorflow_estimator' in pkg:
REQUIRED_PACKAGES[i] = 'tf-estimator-nightly'
# weakref.finalize and enum were introduced in Python 3.4
if sys.version_info < (3, 4):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册