"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "0de35e4a5204d2a94edc5ab108b5061a7a7013e8"
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': ...@@ -57,7 +57,7 @@ if project_name == 'tf-models-nightly':
version += '.dev' + datetime.datetime.now().strftime('%Y%m%d') version += '.dev' + datetime.datetime.now().strftime('%Y%m%d')
install_requires.append('tf-nightly') install_requires.append('tf-nightly')
else: else:
install_requires.append('tensorflow>=2.1.0') install_requires.append('tensorflow>=2.2.0')
print('install_requires: ', install_requires) print('install_requires: ', install_requires)
print('dependency_links: ', dependency_links) 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