From 801132969b1062898ab7a7b2ec76d802f29fd774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:16:50 +0000 Subject: [PATCH] Bump scikit-learn from 1.1.3 to 1.5.0 in /code-env/python/spec Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.3 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.3...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index ef39f74..28e8bca 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -2,7 +2,7 @@ graphviz==0.16 matplotlib==3.3.4 scikit-learn>=0.20,<1.1; python_version <= '3.10' -scikit-learn==1.1.3; python_version >= '3.11' +scikit-learn==1.5.0; python_version >= '3.11' scipy>=1.2,<1.3; python_version <= '3.7' scipy==1.10.1; python_version >= '3.8' xgboost==0.82