aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',