diff options
author | Théo de la Hogue | 2022-08-31 22:42:18 +0200 |
---|---|---|
committer | Théo de la Hogue | 2022-08-31 22:42:18 +0200 |
commit | 65c04d8c0d918a1a517e8a31e7216fff25c21527 (patch) | |
tree | 338965860573e74887ac37c4976d79cfcc7bebe4 | |
parent | 063b2cb86376ba3053e0667378333696842ec3cc (diff) | |
download | argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.zip argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.tar.gz argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.tar.bz2 argaze-65c04d8c0d918a1a517e8a31e7216fff25c21527.tar.xz |
Updating opencv
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |