From 9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 15 Jul 2024 09:43:27 +0200 Subject: Changing opencv dependencies version. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 383e156..b48e0f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ classifiers=[ "Operating System :: OS Independent" ] dependencies = [ - "opencv-python>=4.7.0", - "opencv-contrib-python>=4.7.0", + "opencv-python>=4.10.0", + "opencv-contrib-python>=4.10.0", "numpy", "pandas", "av", -- cgit v1.1