Skip to content

Commit

Permalink
Reverted opencv-python requirement due to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Oct 4, 2023
1 parent b38a7c0 commit 9f00516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def hasWhitespace(string):
if sys.version_info[0] == 3 and sys.version_info[1] == 9:
DEPENDENCIES.append('opencv-python!=4.5.4.58')
else:
DEPENDENCIES.append('opencv-contrib-python==4.5.5.62') # same as in depthai requirementx.txt
DEPENDENCIES.append('opencv-python')



Expand Down

0 comments on commit 9f00516

Please sign in to comment.