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
52bf8afd
Commit
52bf8afd
authored
Dec 16, 2021
by
Yuexin Wu
Committed by
A. Unique TensorFlower
Dec 16, 2021
Browse files
Change tensorflow version requirement setup.
PiperOrigin-RevId: 416912144
parent
96674ab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/pip_package/setup.py
official/pip_package/setup.py
+2
-2
No files found.
official/pip_package/setup.py
View file @
52bf8afd
...
@@ -61,8 +61,8 @@ if project_name == 'tf-models-nightly':
...
@@ -61,8 +61,8 @@ if project_name == 'tf-models-nightly':
install_requires
.
append
(
'tf-nightly'
)
install_requires
.
append
(
'tf-nightly'
)
install_requires
.
append
(
'tensorflow-text-nightly'
)
install_requires
.
append
(
'tensorflow-text-nightly'
)
else
:
else
:
install_requires
.
append
(
'tensorflow
>=2.7.0
'
)
install_requires
.
append
(
f
'tensorflow
~=
{
version
}
'
)
install_requires
.
append
(
'tensorflow-text
>=2.7.0
'
)
install_requires
.
append
(
f
'tensorflow-text
~=
{
version
}
'
)
print
(
'install_requires: '
,
install_requires
)
print
(
'install_requires: '
,
install_requires
)
print
(
'dependency_links: '
,
dependency_links
)
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