From b9c967a7d5c9a4905200ef3e3968b9b7076940c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:15:31 +0000 Subject: [PATCH] Update opencv-python requirement --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9eaeb8ae3b..fad674656b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Base ---------------------------------------- matplotlib>=3.2.2 numpy>=1.18.5 -opencv-python>=4.1.1,<=4.6.0.66 +opencv-python>=4.1.1,<=4.10.0.84 Pillow>=7.1.2,<10.0.0 PyYAML>=5.3.1 requests>=2.23.0