提交 bb974b66 编写于 作者: Y Yuexin Wu 提交者: A. Unique TensorFlower

Remove tf-text version requirement.

PiperOrigin-RevId: 545856817
上级 e7ed2193
......@@ -63,7 +63,7 @@ if project_name == 'tf-models-nightly':
install_requires.append('tensorflow-text-nightly')
else:
install_requires.append(f'tensorflow~={tf_version}')
install_requires.append(f'tensorflow-text~={tf_version}')
install_requires.append('tensorflow-text')
print('install_requires: ', install_requires)
print('dependency_links: ', dependency_links)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册