From fb92c725e31700435151fd34fb6b056af5f0267e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:13:32 +0000 Subject: [PATCH] deps(deps): update numpy requirement from ~=1.26.4 to >=1.26.4,<2.3.0 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.26.4...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a2780a..dcaa20e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ dependencies = [ "beautifulsoup4~=4.12.3", "lxml~=5.2.2", - "numpy~=1.26.4", + "numpy>=1.26.4,<2.3.0", "scikit-learn~=1.4.2", "jieba~=0.42.1", "langdetect~=1.0.9",