From 58808715adafd159ad5b9b1c612a83b79a9b0022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:02:51 +0000 Subject: [PATCH] Update numpy requirement from <2.4.0,>=1.19.3 to >=1.19.3,<2.5.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.19.3...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 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 77cfe992f..9bb53d8b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ authors = [ ] requires-python = ">=3.9, <3.14" dependencies = [ - "numpy >=1.19.3, < 2.4.0", + "numpy >= 1.19.3, < 2.5.0", "dimod >=0.9.11, < 0.13.0", "jij-cimod >= 1.7.0, < 1.8.0", ]