From 51bab6bf27e4303e68ba21d705276ee01a3976b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:03:25 +0000 Subject: [PATCH] :arrow_up: Update numpy requirement from ~=2.5.1 to ~=2.5.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/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21594943..3949942d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ Pillow~=12.3.0; python_version >= "3.10" # For Python 3.10+, use latest Pillow numpy~=2.0.2; python_version < "3.10" # For Python 3.9, numpy 2.0.x is the latest supported numpy~=2.2.6; python_version == "3.10" # For Python 3.10, numpy 2.2.x is the latest supported numpy~=2.4.4; python_version == "3.11" # For Python 3.11, numpy 2.2.x is the latest supported -numpy~=2.5.1; python_version > "3.11" # For Python > 3.11, use latest numpy +numpy~=2.5.2; python_version > "3.11" # For Python > 3.11, use latest numpy # For Nvidia GPU on all platforms GPUtil~=1.4.0; python_version < "3.12"