From 33c16699ae2121f3ef56787d3127f63c9e4f8fc7 Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Wed, 10 Aug 2022 12:31:00 +0200 Subject: [PATCH] chore: upgrade opencv and depthai dependencies --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 26f2b49..c61544f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ paho-mqtt~=1.6.1 docopt~=0.6.2 -depthai==2.14.1.0 -opencv-python~=4.5.5.62 +depthai==2.17.2.0 +opencv-python==4.6.0.66 google~=3.0.0 google-api-core~=2.4.0 setuptools==60.5.0 \ No newline at end of file