From 2b67cceeebad26c75e22fb082e627c49f54103a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:04:25 +0000 Subject: [PATCH] deps:(deps-dev): update scikit-learn requirement 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.1.2...1.2.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 744986b2..57d11e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requires-python = ">=3.8" dependencies = [ "scipy>=1.8.0,<1.9.4", "wasabi>=0.9.1,<1.1.2", - "scikit-learn>=1.1.2,<1.2.2", + "scikit-learn>=1.1.2,<1.2.3", "wandb>=0.12.0,<0.13.8", "deepchecks>=0.8.0,<0.12.0", "dill>=0.3.0,<0.3.7",