Skip to content

Commit

Permalink
MessageQue send: add rvalue API
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Jul 5, 2024
1 parent e4ce9d6 commit 83478ac
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 @@ -52,7 +52,7 @@ def hasWhitespace(string):
requireOpenCv = True

if requireOpenCv:
DEPENDENCIES.append('numpy')
DEPENDENCIES.append('numpy==1.26.4')
# 4.5.4.58 package is broken for python 3.9
if sys.version_info[0] == 3 and sys.version_info[1] == 9:
DEPENDENCIES.append('opencv-python!=4.5.4.58')
Expand Down

0 comments on commit 83478ac

Please sign in to comment.