From c50e0551fd5652e69360d8451a36be4f10bf04dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:29:56 +0100 Subject: [PATCH] Bump scikit-learn from 1.1.2 to 1.5.0 in /examples/research_projects/codeparrot/examples (#32052) Bump scikit-learn in /examples/research_projects/codeparrot/examples Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.2 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.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/research_projects/codeparrot/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/codeparrot/examples/requirements.txt b/examples/research_projects/codeparrot/examples/requirements.txt index 671242ce93..64ee5b508f 100644 --- a/examples/research_projects/codeparrot/examples/requirements.txt +++ b/examples/research_projects/codeparrot/examples/requirements.txt @@ -2,4 +2,4 @@ datasets==2.3.2 transformers==4.38.0 wandb==0.13.1 evaluate==0.2.2 -scikit-learn==1.1.2 \ No newline at end of file +scikit-learn==1.5.0 \ No newline at end of file