Skip to content

Commit 3fa9801

Browse files
authored
Merge branch 'main' into xavier_installation
2 parents 280234f + 367505e commit 3fa9801

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)