From c18bc117f87954167382e46da57e3d9c2f7a6b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:26:10 +0000 Subject: [PATCH] Update numpy requirement from <2.1,>=1.13.0 to >=1.13.0,<2.2 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.13.0...v2.1.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 db25552..32053c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ - "numpy >=1.13.0, <2.1", + "numpy >=1.13.0, <2.2", "cpyparsing >=2.4.7, <=2.5", "platformdirs >=3, <=5", "dataclasses_json >=0.6, <=1.0",