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
2832bca8
Commit
2832bca8
authored
Jan 05, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jan 05, 2021
Browse files
Update setup.py
PiperOrigin-RevId: 350245687
parent
465b85da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
official/pip_package/setup.py
official/pip_package/setup.py
+2
-5
No files found.
official/pip_package/setup.py
View file @
2832bca8
...
@@ -20,7 +20,7 @@ import sys
...
@@ -20,7 +20,7 @@ import sys
from
setuptools
import
find_packages
from
setuptools
import
find_packages
from
setuptools
import
setup
from
setuptools
import
setup
version
=
'2.
3
.0'
version
=
'2.
4
.0'
project_name
=
'tf-models-official'
project_name
=
'tf-models-official'
...
@@ -60,7 +60,7 @@ if project_name == 'tf-models-nightly':
...
@@ -60,7 +60,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.
3
.0'
)
install_requires
.
append
(
'tensorflow>=2.
4
.0'
)
print
(
'install_requires: '
,
install_requires
)
print
(
'install_requires: '
,
install_requires
)
print
(
'dependency_links: '
,
dependency_links
)
print
(
'dependency_links: '
,
dependency_links
)
...
@@ -76,9 +76,6 @@ setup(
...
@@ -76,9 +76,6 @@ setup(
license
=
'Apache 2.0'
,
license
=
'Apache 2.0'
,
packages
=
find_packages
(
exclude
=
[
packages
=
find_packages
(
exclude
=
[
'research*'
,
'research*'
,
'tutorials*'
,
'samples*'
,
'official.r1*'
,
'official.pip_package*'
,
'official.pip_package*'
,
'official.benchmark*'
,
'official.benchmark*'
,
'official.colab*'
,
'official.colab*'
,
...
...
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