From 4b42412710e78adeb73580572e0b4f96c66a72c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:03:46 +0000 Subject: [PATCH] Update numpy requirement from >=1.23.5 to >=2.2.6 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.23.5...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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff741218ae90..54a33219df33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ classifiers = [ dependencies = [ "gitpython>=3.1.30", "matplotlib>=3.3.0", - "numpy>=1.23.5", + "numpy>=2.2.6", "opencv-python>=4.6.0", "pillow>=10.3.0", "pyyaml>=5.3.1", diff --git a/requirements.txt b/requirements.txt index c196a4adde76..548bdf829148 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Base ------------------------------------------------------------------------ gitpython>=3.1.30 matplotlib>=3.3 -numpy>=1.23.5 +numpy>=2.2.6 opencv-python>=4.6.0 pillow>=10.3.0 psutil # system resources