From 593262e1758482be1d2b1a6258762a91ed6b469b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:08:12 +0000 Subject: [PATCH] :arrow_up: Update numpy requirement from ~=2.3.2 to ~=2.3.3 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.3.2...v2.3.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.3 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 3e6f2380..abec6573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Pillow~=11.3.0 # Image generation # Efficient image serialization numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported -numpy~=2.3.2; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine +numpy~=2.3.3; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine # For Nvidia GPU on all platforms GPUtil~=1.4.0; python_version < "3.12"