You need to sign in or sign up before continuing.
Commit b39ce6bb authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Update setup.py to tf 2.2

PiperOrigin-RevId: 310385396
parent cf4fe672
......@@ -57,7 +57,7 @@ if project_name == 'tf-models-nightly':
version += '.dev' + datetime.datetime.now().strftime('%Y%m%d')
install_requires.append('tf-nightly')
else:
install_requires.append('tensorflow>=2.1.0')
install_requires.append('tensorflow>=2.2.0')
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