From 7f0a511814c21035ee945cb4dd3bcb173c56ec7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:53:27 +0000 Subject: [PATCH] Update numpy requirement from <2.0,>=1.21 to >=1.21,<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.21.0...v2.2.0) --- updated-dependencies: - dependency-name: numpy 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 549a1e2..37a30ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "joblib~=1.0", "lz4~=4.0", "nltk~=3.6", - "numpy>=1.21,<2.0", + "numpy>=1.21,<3.0", "pandas>=1.3,<3.0", "pymagnitude~=0.1.143", "requests~=2.26",