From 3a281d2534f55da0184752cdb8d203904e1bb4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:47:58 +0000 Subject: [PATCH] Update numpy requirement from <2,>=1.24 to >=2.5.1,<3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 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..7f92f7f 100644 --- a/requirements-rapidocr.txt +++ b/requirements-rapidocr.txt @@ -1,6 +1,6 @@ -r requirements.txt -numpy>=1.24,<2 +numpy>=2.5.1,<3 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