From 06ee1045ed6f923d7a23bc9ab4f6119649be99d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:04:36 +0000 Subject: [PATCH] Update numpy requirement from <2.2,>=1.26.3 to >=1.26.3,<2.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.3...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 a5638d3..0436029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ requires-python = ">=3.9,<3.13" dependencies = [ "matplotlib>=3.8.2,<3.10", - "numpy>=1.26.3,<2.2", + "numpy>=1.26.3,<2.3", "requests>=2.31.0,<2.33", "scipy>=1.12.0,<1.15", "tqdm>=4.66.1,<5.0",