From 130d104c03b9c5d026643dc61bd02b32fef37ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:07:06 +0000 Subject: [PATCH] pip(deps): update scipy requirement from >=1.11.0 to >=1.18.0 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.11.0...v1.18.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- testing_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f5a952..f8d2d36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ torch>=2.1.0 torchvision>=0.16.0 torchaudio>=2.1.0 numpy>=1.25.0 -scipy>=1.11.0 +scipy>=1.18.0 # HuggingFace / Transformers transformers>=4.33.0 diff --git a/testing_requirements.txt b/testing_requirements.txt index a3969a8..7eea076 100644 --- a/testing_requirements.txt +++ b/testing_requirements.txt @@ -3,7 +3,7 @@ torch>=2.1.0 torchvision>=0.16.0 torchaudio>=2.1.0 numpy>=1.25.0 -scipy>=1.11.0 +scipy>=1.18.0 # HuggingFace / Transformers transformers>=4.33.0