From 92a8355857b26ebffab86788bd98ae38f5eafa5c Mon Sep 17 00:00:00 2001 From: "fatih c. akyon" <34196005+fcakyon@users.noreply.github.com> Date: Mon, 20 May 2024 04:16:35 +0300 Subject: [PATCH] relax opencv version (#1035) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a0d8bec3..d02605d39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -opencv-python<=4.8 +opencv-python<=4.9 shapely>=1.8.0 tqdm>=4.48.2 pillow>=8.2.0 @@ -7,4 +7,4 @@ pyyaml fire terminaltables requests -click \ No newline at end of file +click