From b6e276a597c55dcb396727847236b76f3a5257a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:53:14 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.2 to 1.5.0 in /docs/examples Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/requirements.txt b/docs/examples/requirements.txt index 2aef7a37e..84eb35c54 100644 --- a/docs/examples/requirements.txt +++ b/docs/examples/requirements.txt @@ -2,4 +2,4 @@ numpy==1.24.2 matplotlib==2.2.2 Keras==2.11.0 Pillow==10.0.1 -scikit_learn==0.24.2 +scikit_learn==1.5.0