From 30d48bc9ecd7b8a1bee7202c7513189811ec1163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:05:08 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.2 to 1.3.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 993a862c..43443cea 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "jellyfish >= 1.0.0, < 2.0.0", "rich >= 10.9.0, < 14.0.0", "textual >= 0.19.0, < 1.0.0", - "scikit-learn == 1.2.2", + "scikit-learn == 1.3.0", "click >= 8.0.0, < 8.1.7", "plyvel", ],