From 28f7f6c2fa1cc72476d31487469e7eecd5dd0a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:31:33 +0000 Subject: [PATCH] Update scipy requirement from ==1.14.* to ==1.13.* in /docker/main Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.0rc1...v1.13.1) --- updated-dependencies: - dependency-name: scipy 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 9368cabcd..48950e206 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -36,7 +36,7 @@ unidecode == 1.3.* numpy == 1.26.* opencv-python-headless == 4.11.0.* opencv-contrib-python == 4.11.0.* -scipy == 1.14.* +scipy == 1.13.* # OpenVino & ONNX openvino == 2024.4.* onnxruntime-openvino == 1.20.* ; platform_machine == 'x86_64'