From e4e7b373ebc63c178964ed3a2b433386b2f78148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:38:14 +0000 Subject: [PATCH] Update opencv-python requirement from <4.7 to <4.11 in the pip group --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37fe93ca..e5a9b29b 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def build_assets(self): 'ml-collections', 'networkx', 'numpy', - 'opencv-python<4.7', + 'opencv-python<4.11', 'pandas', 'pygame', 'reactivex',