From c07f0bdbcfed14645e7f3011ed129796420bc5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:51:25 +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 e6190d8..fd5ef54 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'fastCell/pixelize_segment.py' ], install_requires=[ - 'opencv-python==4.2.0.32', + 'opencv-python==4.8.1.78', 'pandas>=0.25', 'fastai==1.0.59', 'torch==1.2.0',