From 52f2e16ad0f761a34f72a8ed0530ec56c8823a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:18:47 +0000 Subject: [PATCH] Update scipy requirement from >=1.16.3 to >=1.17.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.16.3...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d579ac3..5045e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "numpy >= 2.3.5", "protobuf == 3.20", "pytz >= 2025.2", - "scipy >= 1.16.3", + "scipy >= 1.17.1", "spectral-cube >= 0.6.7", ]