From e444f970af4b59dc9837ddf154a6bab7401adfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:24:21 +0000 Subject: [PATCH] :arrow_up: Update numpy requirement from ~=1.26.4 to ~=2.1.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/v1.26.4...v2.1.2) --- 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 a08a2589..39165dd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ uptime~=3.0.1 # For System Uptime # Efficient image serialization numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max. -numpy~=1.26.4; python_version >= "3.9" # For Python 3.9+ +numpy~=2.1.2; python_version >= "3.9" # For Python 3.9+ # For Nvidia GPU on all platforms GPUtil~=1.4.0; python_version < "3.12"