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
579ef7d6
Commit
579ef7d6
authored
Apr 25, 2018
by
Qianli Scott Zhu
Committed by
Taylor Robie
Apr 25, 2018
Browse files
Add required packages which are missing. (#4087)
parent
9f7a5fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/setup.py
research/setup.py
+1
-1
No files found.
research/setup.py
View file @
579ef7d6
...
...
@@ -4,7 +4,7 @@ from setuptools import find_packages
from
setuptools
import
setup
REQUIRED_PACKAGES
=
[
'Pillow>=1.0'
]
REQUIRED_PACKAGES
=
[
'Pillow>=1.0'
,
'Matplotlib>=2.1'
,
'Cython>=0.28.1'
]
setup
(
name
=
'object_detection'
,
...
...
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