From 61fdf6ff5577a0eb6aff3995527e0b116ae2a32b Mon Sep 17 00:00:00 2001 From: fatih akyon <34196005+fcakyon@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:41:21 +0300 Subject: [PATCH] support latest opencv version (#1106) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31a82ee0..e06e8913 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -opencv-python<=4.9.0.80 +opencv-python<=4.10.0.84 shapely>=2.0.0 tqdm>=4.48.2 pillow>=8.2.0