From c048a6171541277d9cacc16a8fdc67da46f29eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:40:49 +0000 Subject: [PATCH] deps(deps): update numpy requirement from ^1.24 to ^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.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 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 aef0fc9b..0fe0b3d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.10" # Minimal core - truly minimal for primality testing networkx = {version = "^2.6", optional = true} cachetools = {version = "^5.0", optional = true} -numpy = {version = "^1.24", optional = true} +numpy = {version = "^2.2", optional = true} scipy = {version = "^1.9", optional = true} sympy = {version = "^1.10", optional = true}