Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
b39ce6bb
You need to sign in or sign up before continuing.
Commit
b39ce6bb
authored
May 07, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
May 07, 2020
Browse files
Update setup.py to tf 2.2
PiperOrigin-RevId: 310385396
parent
cf4fe672
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/pip_package/setup.py
official/pip_package/setup.py
+1
-1
No files found.
official/pip_package/setup.py
View file @
b39ce6bb
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment