From 2f8a5f8cf246c981e6f2f6207a38f7f3a16698d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:49:16 +0000 Subject: [PATCH] Bump opencv-python from 4.2.0.32 to 4.8.1.78 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.2.0.32 to 4.8.1.78. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33a4646..ab7989f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ long_description_content_type='text/markdown', url='https://github.com/ddetommaso/TobiiGlassesPyController/', download_url='https://github.com/ddetommaso/TobiiGlassesPyController/archive/2.4.3.tar.gz', - install_requires=['netifaces', 'opencv-python==4.2.0.32', 'av==8.0.3'], + install_requires=['netifaces', 'opencv-python==4.8.1.78', 'av==8.0.3'], author='Davide De Tommaso', author_email='dtmdvd@gmail.com', keywords=['eye-tracker', 'tobii', 'glasses', 'tobii pro glasses 2', 'tobii glasses', 'eye tracking'],