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.
1 parent b38a7c0 commit 9f00516Copy full SHA for 9f00516
examples/install_requirements.py
@@ -57,7 +57,7 @@ def hasWhitespace(string):
57
if sys.version_info[0] == 3 and sys.version_info[1] == 9:
58
DEPENDENCIES.append('opencv-python!=4.5.4.58')
59
else:
60
- DEPENDENCIES.append('opencv-contrib-python==4.5.5.62') # same as in depthai requirementx.txt
+ DEPENDENCIES.append('opencv-python')
61
62
63
0 commit comments