From 0dc391f14fa62c949ec40b2ed6ea0f802b81afd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:30:36 +0000 Subject: [PATCH] Update scipy requirement from <1.10.2,>=1.10.0 to >=1.10.0,<1.11.4 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.10.0...v1.11.3) --- 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 bb803004..fdb75dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "python-slugify>=7.0.0,<8.1", "pyyaml>=6.0,<6.1", "scikit-learn>=1.2.0,<1.3.1", - "scipy>=1.10.0,<1.10.2", + "scipy>=1.10.0,<1.11.4", "werkzeug>=2.3.0,<2.3.8", "shapely>=2.0,<2.0.2" ]