From cd4a9502e8c69a6a5729bfa2c81731f7bc4260aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:05:22 +0000 Subject: [PATCH] Update scipy requirement from >=1.14 to >=1.15.3 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.0...v1.15.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0156385..2ad8487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ science = [ "numpy>=2.2.6", "pandas>=2.2", "scikit-learn>=1.7.2", - "scipy>=1.14", + "scipy>=1.15.3", "seaborn>=0.13.2", ] test = [