From b781801f9e8eceaafd0ea72df44dad81de7db76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:36:11 +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..90b448987f8 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.82 Pillow>=7.1.2,<10.0.0 PyYAML>=5.3.1 requests>=2.23.0