From b118f8a94c22a0ad23a74f678e88076ac99bc559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:47:49 +0000 Subject: [PATCH] Update opencv-python requirement Updates the requirements on [opencv-python](https://github.com/opencv/opencv-python) to permit the latest version. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-version: 5.0.0.93 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-rapidocr.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-rapidocr.txt b/requirements-rapidocr.txt index 5d4831a..9635736 100644 --- a/requirements-rapidocr.txt +++ b/requirements-rapidocr.txt @@ -3,4 +3,4 @@ numpy>=1.24,<2 rapidocr-onnxruntime>=1.4,<1.5 # 4.12+ requires NumPy >=2 on Python 3.9+, which conflicts with PySide6 6.5. -opencv-python>=4.5.1.48,<4.12 +opencv-python>=5.0.0.93,<5.1