Skip to content

Commit

Permalink
Impose numpy <2 limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Jul 29, 2024
1 parent 1409945 commit 30bd503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.19; python_version < "3.7"
numpy>=1.21; python_version >= "3.7"
numpy<2; python_version >= "3.7"
opencv-contrib-python>4
blobconverter>=1.4.1
pytube>=12.1.0
Expand Down

0 comments on commit 30bd503

Please sign in to comment.