From ed59e01be1e293f7f11283731ef04b08505f0789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 23:21:38 +0000 Subject: [PATCH] fix:(deps): update scipy requirement 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.8.1...v1.14.0) --- updated-dependencies: - dependency-name: scipy 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 5d4cfec2..20597eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "numpy>=1.23.3,<2.1.0", - "scipy>=1.8.1,<1.14.0", + "scipy>=1.8.1,<1.15.0", "pandas>=1.4.4,<2.3.0", "wasabi>=0.9.0,<1.2.0", "scikit-learn>=1.1.2,<1.6.0",