From 3194ac71e816508da7c04fff5ae873aae309a3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:31:40 +0000 Subject: [PATCH] :arrow_up: Update numpy requirement from ~=2.0.0 to ~=2.2.1 --- updated-dependencies: - dependency-name: numpy 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 27b2d88f..1da90485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ Pillow~=11.0.0; python_version >= "3.9" # For Python >=3.9 # Efficient image serialization numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max. -numpy~=2.0.0; python_version == "3.9" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10 +numpy~=2.2.1; python_version == "3.9" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10 numpy~=2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine # For Nvidia GPU on all platforms