From 5cc2f9a69ab9af434dab4cf167b2e917603fcc47 Mon Sep 17 00:00:00 2001 From: polzounov <9689620+polzounov@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:39:59 -0800 Subject: [PATCH] Update diagnose to use new opencv version (#75) --- bin/diagnose | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/diagnose b/bin/diagnose index 06af30e..787aa1f 100755 --- a/bin/diagnose +++ b/bin/diagnose @@ -28,8 +28,8 @@ python3 -c "import cv2" } -@test "opencv version 4.1.0.25" { - pip3 list | grep -i -E 'opencv-python-headless.*4.1.0.25' +@test "opencv version 4.5.3.56" { + pip3 list | grep -i -E 'opencv-python-headless.*4.5.3.56' } @test "huemask python library installed" {