aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThéo de la Hogue2022-08-31 22:42:18 +0200
committerThéo de la Hogue2022-08-31 22:42:18 +0200
commit65c04d8c0d918a1a517e8a31e7216fff25c21527 (patch)
tree338965860573e74887ac37c4976d79cfcc7bebe4 /setup.py
parent063b2cb86376ba3053e0667378333696842ec3cc (diff)
downloadargaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.zip
argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.tar.gz
argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.tar.bz2
argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.tar.xz
Updating opencv
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 85445f0..d8fb29c 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.6.0.66', 'numpy', 'av', 'rtsp', 'pandas', 'matplotlib'],
+ install_requires=['opencv-python==4.6.0.66', 'opencv-contrib-python==4.6.0.66', 'numpy', 'av', 'rtsp', 'pandas', 'matplotlib'],
project_urls={
'Bug Reports': 'https://git.recherche.enac.fr/projects/argaze/issues',