From ea982aebd80936ddd653511343e7e07cf10e3b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:39:57 +0530 Subject: [PATCH] deps(deps): update scipy requirement from >=1.9.0 to >=1.13.1 (#587) 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.9.0...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 807c8b13..0625955c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ keywords = [ dependencies = [ "numpy>=1.21.0", "pandas>=1.3.0", - "scipy>=1.9.0", + "scipy>=1.13.1", "scikit-learn>=1.0.0", "umap-learn>=0.5.0", "spacy>=3.4.0",