Commit 52bf8afd authored by Yuexin Wu's avatar Yuexin Wu Committed by A. Unique TensorFlower
Browse files

Change tensorflow version requirement setup.

PiperOrigin-RevId: 416912144
parent 96674ab0
......@@ -61,8 +61,8 @@ if project_name == 'tf-models-nightly':
install_requires.append('tf-nightly')
install_requires.append('tensorflow-text-nightly')
else:
install_requires.append('tensorflow>=2.7.0')
install_requires.append('tensorflow-text>=2.7.0')
install_requires.append(f'tensorflow~={version}')
install_requires.append(f'tensorflow-text~={version}')
print('install_requires: ', install_requires)
print('dependency_links: ', dependency_links)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment