From 05581f91545700ad7e901bf85759491aeff1a591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:22:44 +0000 Subject: [PATCH] build(deps): update numpy requirement 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.22.2...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 41dd2e53..67d4b358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scipy==1.15.3", "opencv-python==4.13.0.92", "deepdiff==9.1.0", - "numpy>=1.22.2,<2.3.0", + "numpy>=2.2.6,<2.3.0", "matplotlib==3.10.9", "beartype==0.22.9", "jaxtyping==0.3.7",