From d42d0a5649a995fb70ab13efebadf62cff06d726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:11:42 +0000 Subject: [PATCH] Bump scipy from 1.15 to 1.17.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.15 to 1.17.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd650953..22b2cbff 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.17.0", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index f4237b16..a1dc5cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ jax>=0.4.25,<0.6.1 parse>=1.20 jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64' tables~=3.10 -scipy==1.15 +scipy==1.17.0