From eed7702dcadcaaec9fab3cd9384a3ca26ca2ed9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:10:28 +0000 Subject: [PATCH] Update scipy requirement from <1.16,>=1.13.1 to >=1.13.1,<1.17 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.13.1...v1.16.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.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 922c732b..2a98ce6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "meshio>=5.3.5,<6", "numpy>1.24.0,<3", "pyvista>=0.44.2,<0.47", - "scipy>=1.13.1,<1.16", + "scipy>=1.13.1,<1.17", ] [project.optional-dependencies]