From fbd581af82a640a740e157589db3bd0ff46b6b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:59:57 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.3.1,>=1.2.0 to >=1.2.0,<1.3.3 Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.0...1.3.2) --- updated-dependencies: - dependency-name: scikit-learn 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 b11ff02e..f84322f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "python-levenshtein>=0.21.0,<0.24", "python-slugify>=7.0.0,<8.1", "pyyaml>=6.0,<6.1", - "scikit-learn>=1.2.0,<1.3.1", + "scikit-learn>=1.2.0,<1.3.3", "scipy>=1.10.0,<1.11.4", "werkzeug>=2.3.0,<3.0.2", "shapely>=2.0,<2.0.2"