From 1aeb4fc7b62ba52b2b495d68416e1841fd0ed185 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Wed, 23 Feb 2022 06:22:09 -0800 Subject: [PATCH] Switch to opencv-python --- requirements_3.10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_3.10.txt b/requirements_3.10.txt index b5e7dd8..bea7808 100644 --- a/requirements_3.10.txt +++ b/requirements_3.10.txt @@ -1,6 +1,6 @@ numpy==1.22.2 numexpr==2.8.1 -opencv-contrib-python-headless==4.5.4.58 +opencv-python==4.5.5.62 scipy==1.8.0 tensorflow==2.8.0 colorama==0.4.4