From 0a419651b4d8556881f255ad26a656fdd845d4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:01:05 +0000 Subject: [PATCH] Update numpy requirement from ==1.26.* to ==2.0.* in /docker/main 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.0.dev0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 4ab7e03e6..9a1c14f8c 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -32,7 +32,7 @@ setproctitle == 1.3.* ws4py == 0.5.* unidecode == 1.3.* # Image Manipulation -numpy == 1.26.* +numpy == 2.0.* opencv-python-headless == 4.11.0.* opencv-contrib-python == 4.11.0.* scipy == 1.14.*