From 66347d949801ebb88f7ecb8128081372e6161945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:45:27 +0000 Subject: [PATCH] Bump scipy from 1.15 to 1.16.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.15 to 1.16.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e95b63e..c0309205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "parse>=1.20", "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10", - "scipy==1.15", + "scipy==1.16.0", ] [project.scripts]