Skip to content

Commit ca2397a

Browse files
authored
Merge pull request #840 from luxonis/update-opencv-version
Matched opencv version with depthai repo
2 parents 299801d + a80e463 commit ca2397a

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
@@ -57,7 +57,7 @@ def hasWhitespace(string):
5757
if sys.version_info[0] == 3 and sys.version_info[1] == 9:
5858
DEPENDENCIES.append('opencv-python!=4.5.4.58')
5959
else:
60-
DEPENDENCIES.append('opencv-python')
60+
DEPENDENCIES.append('opencv-contrib-python==4.5.5.62') # same as in depthai requirementx.txt
6161

6262

6363

0 commit comments

Comments
 (0)