From a9bb76a36da547b55bebd1d59f25f79f9ab48cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:22:55 +0000 Subject: [PATCH] chore(deps): update scipy requirement from >=1.10.0 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.10.0...v1.15.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.15.3 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 43a0797..6fb199c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ dependencies = [ "numpy>=1.24.0", "sympy>=1.12", - "scipy>=1.10.0", + "scipy>=1.15.3", "mpmath>=1.3.0", ]