From b7ac05cc6ce7c1f4737e632c99a731717cb054b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:46:30 +0000 Subject: [PATCH] chore(deps): update scipy requirement from >=1.11.0 to >=1.13.1 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.13.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..4f81a892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "scikit-learn>=1.3.0", # Signal processing - "scipy>=1.11.0", + "scipy>=1.13.1", "matplotlib>=3.7.0", "pandas>=2.1.0", diff --git a/requirements.txt b/requirements.txt index bdc9ff0a..49820ef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core dependencies numpy>=1.21.0 -scipy>=1.7.0 +scipy>=1.13.1 torch>=1.12.0 torchvision>=0.13.0