Skip to content

Commit 80dd3d0

Browse files
author
SzabolcsGergely
committed
Add numpy to dependency list
1 parent bf162dd commit 80dd3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def hasWhitespace(string):
5252
requireOpenCv = True
5353

5454
if requireOpenCv:
55-
DEPENDENCIES.append('opencv-python')
55+
DEPENDENCIES.extend(['numpy','opencv-python'])
5656

5757

5858
# Constants

0 commit comments

Comments
 (0)