提交 d0fe2f87 编写于 作者: W William Chargin 提交者: TensorFlower Gardener

Update tensorboard nightly dependency to 2.2.x

Now that TensorBoard 2.1.0 has been released, our nightlies have moved
up to 2.2.x alphas.

PiperOrigin-RevId: 286091571
Change-Id: I33a2b679bc91ec9e46423a5eea298a01a5df7a10
上级 ac3c3991
......@@ -92,7 +92,7 @@ if '--project_name' in sys.argv:
if 'tf_nightly' in project_name:
for i, pkg in enumerate(REQUIRED_PACKAGES):
if 'tensorboard' in pkg:
REQUIRED_PACKAGES[i] = 'tb-nightly >= 2.1.0a0, < 2.2.0a0'
REQUIRED_PACKAGES[i] = 'tb-nightly >= 2.2.0a0, < 2.3.0a0'
elif 'tensorflow_estimator' in pkg and '2.0' in project_name:
REQUIRED_PACKAGES[i] = 'tensorflow-estimator-2.0-preview'
elif 'tensorflow_estimator' in pkg:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册