Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 579ef7d

Browse files
qlzh727Taylor Robie
authored and
Taylor Robie
committed
Add required packages which are missing. (tensorflow#4087)
1 parent 9f7a5fa commit 579ef7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66

7-
REQUIRED_PACKAGES = ['Pillow>=1.0']
7+
REQUIRED_PACKAGES = ['Pillow>=1.0', 'Matplotlib>=2.1', 'Cython>=0.28.1']
88

99
setup(
1010
name='object_detection',

0 commit comments

Comments
 (0)