We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 280234f + 367505e commit 3fa9801Copy full SHA for 3fa9801
examples/install_requirements.py
@@ -52,7 +52,7 @@ def hasWhitespace(string):
52
requireOpenCv = True
53
54
if requireOpenCv:
55
- DEPENDENCIES.append('opencv-python')
+ DEPENDENCIES.extend(['numpy','opencv-python'])
56
57
58
# Constants
0 commit comments