From 36daefeee4920e0ade9eb6860dd9c26fea084cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:16:33 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0 to <3.0.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/v0.2.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy 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 d36781893..71290379a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pyicu==2.12 google-cloud-vision==3.7.2 tesserocr==2.7.1 spacy==3.6.1 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU) -numpy<2.0.0 # pinned because otherwise spacy requires an incompatible numpy +numpy<3.0.0 # pinned because otherwise spacy requires an incompatible numpy fingerprints==1.1.1 fasttext==0.9.2 pika==1.3.2