Skip to content

Commit

Permalink
Merge resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
asahtik committed Oct 10, 2023
2 parents e5dedba + ba9497a commit bfa0026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depthai-core
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 bfa0026

Please sign in to comment.