From 67405a9de1f50a1ae2d05485af7ca9a365029035 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 13 Mar 2023 15:58:03 +0100 Subject: Updating library to work with Python 3.11 and OpenCV 4.7. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e7ac240..01072f9 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,8 @@ setup( package_dir={'':'src'}, packages=find_packages(where='src'), - python_requires='>=3.6, <4', - install_requires=['opencv-python==4.6.0.66', 'opencv-contrib-python==4.6.0.66', 'numpy', 'av', 'rtsp', 'netifaces', 'pandas', 'matplotlib', 'shapely'], + python_requires='>=3.11', + install_requires=['opencv-python>=4.7.0', 'opencv-contrib-python>=4.7.0', 'numpy', 'av', 'rtsp', 'netifaces', 'pandas', 'matplotlib', 'shapely', 'scipy'], project_urls={ 'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues', -- cgit v1.1