17 lines
409 B
Diff
17 lines
409 B
Diff
diff --git a/requirements.txt b/requirements.txt
|
|
index 844614f..66c01d4 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -1,10 +1,9 @@
|
|
numpy>=1.19; python_version < "3.7"
|
|
numpy>=1.21; python_version >= "3.7"
|
|
-opencv-contrib-python>4
|
|
blobconverter>=1.2.8
|
|
pytube>=12.1.0
|
|
depthai>=2.18.0
|
|
-PyTurboJPEG==1.6.4
|
|
+PyTurboJPEG>=1.6.4
|
|
marshmallow==3.17.0
|
|
distinctipy
|
|
xmltodict
|
|
\ No newline at end of file
|