From e34dfc37d7f94eac3c3a5148e54f12bd187babbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 05:47:35 +0000 Subject: [PATCH] Bump scipy from 1.10.1 to 1.13.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.10.1 to 1.13.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.10.1...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db48e4d3..b8984edf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Base requirements numpy==1.24.4 monty[yaml]==2023.9.25 -scipy==1.10.1 +scipy==1.13.1 scikit-learn==1.3.2 pandas==2.0.3 tqdm==4.66.5