Skip to content

Commit 30bd503

Browse files
Impose numpy <2 limitation
1 parent 1409945 commit 30bd503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depthai_sdk/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.19; python_version < "3.7"
2-
numpy>=1.21; python_version >= "3.7"
2+
numpy<2; python_version >= "3.7"
33
opencv-contrib-python>4
44
blobconverter>=1.4.1
55
pytube>=12.1.0

0 commit comments

Comments
 (0)