From cf25316ea3cc1e6c157853c46044205b70eb32c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:01:14 +0000 Subject: [PATCH] :arrow_up: Update numpy requirement from ~=1.26.4 to ~=2.0.0 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.0.0) --- 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 634fd463..42cf28b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tkinter-tooltip~=3.1.0 # Tooltips for configuration editor # 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.0.0; python_version >= "3.9" # For Python 3.9+ # For Nvidia GPU on all platforms GPUtil~=1.4.0; python_version < "3.12"