From 8a9d3b382b947263b4430888aadb8bffc0e2a2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:27:58 +0000 Subject: [PATCH] Update numpy requirement from <2,>=1.26.0 to >=1.26.0,<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.26.0...v2.3.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_requirements.txt b/docker_requirements.txt index 439b31984..3c2224fea 100644 --- a/docker_requirements.txt +++ b/docker_requirements.txt @@ -13,7 +13,7 @@ gensim>=4.3.3,<5 khanaa>=0.1.1,<1 nlpo3>=1.3.1 nltk>=3.6.6,<4 -numpy>=1.26.0,<2 +numpy>=1.26.0,<3 pandas>=2.2.0,<3 panphon==0.22.2 phunspell==0.1.6