From a8b71e6d3248ec0729cedf157713f724e5833d57 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 22 Jun 2022 09:55:56 +0200 Subject: Forcing opencv-contrib-python library version to 4.5.5.62 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4ddb005..cd46b34 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', 'numpy', 'av', 'rtsp', 'pandas'], + install_requires=['opencv-python', 'opencv-contrib-python==4.5.5.62', 'numpy', 'av', 'rtsp', 'pandas', 'matplotlib'], project_urls={ 'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues', -- cgit v1.1