Skip to content

Commit d3e411f

Browse files
authored
Merge branch 'main' into examples_sorting
2 parents 61c1277 + 367505e commit d3e411f

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)