From f76c64765fec1df6ba23833c83f3448548e80f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:25:59 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.1.2,>=1.0.0 to >=1.0.0,<1.1.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.0...1.1.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe5d5664..c16a47f9 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ 'python-levenshtein>=0.12.0,<0.13', 'python-slugify>=3.0.0,<6.2', 'pyyaml>=5.1,<6.1', - 'scikit-learn>=1.0.0,<1.1.2', + 'scikit-learn>=1.0.0,<1.1.3', 'scipy>=1.2,<1.8.2', 'werkzeug>=0.14,<2.2.2', 'shapely>=1.7.1,<1.8.3',