"torchvision/csrc/vscode:/vscode.git/clone" did not exist on "43e94b39bcdda519c093ca11d99dfa2568aa7258"
Commit 579ef7d6 authored by Qianli Scott Zhu's avatar Qianli Scott Zhu Committed by Taylor Robie
Browse files

Add required packages which are missing. (#4087)

parent 9f7a5fa3
...@@ -4,7 +4,7 @@ from setuptools import find_packages ...@@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup from setuptools import setup
REQUIRED_PACKAGES = ['Pillow>=1.0'] REQUIRED_PACKAGES = ['Pillow>=1.0', 'Matplotlib>=2.1', 'Cython>=0.28.1']
setup( setup(
name='object_detection', name='object_detection',
......
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