From 1b0eb5ecf22c0176f2f115d642bf4903a50ff321 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 22 Jun 2022 10:08:48 +0200 Subject: Now working with the 4.6.0.66 version of opencv-contrib-python. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cd46b34..85445f0 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( packages=find_packages(where='src'), python_requires='>=3.6, <4', - install_requires=['opencv-python', 'opencv-contrib-python==4.5.5.62', 'numpy', 'av', 'rtsp', 'pandas', 'matplotlib'], + install_requires=['opencv-python', 'opencv-contrib-python==4.6.0.66', 'numpy', 'av', 'rtsp', 'pandas', 'matplotlib'], project_urls={ 'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues', -- cgit v1.1