From a9700914f744c5e3b4ba0e920145ea6086577974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:23:04 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.2 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.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.2.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 548a677..50bcdd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "pytz >=2023.3,<2024.0", "PyYAML >=6.0,<7.0", "requests >=2.25.1, <3.0.0", - "scikit-learn >=1.2.2,<1.3.0", + "scikit-learn >=1.5.0,<1.6.0", "scipy >=1.10.1,<1.11.0", "sentencepiece==0.1.99", "sentence-transformers >=2.2.2,<3.0.0", diff --git a/requirements.txt b/requirements.txt index 7fff657..b4242e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -219,7 +219,7 @@ ruamel.yaml.clib==0.2.7 ruamel.yaml==0.17.32 s3transfer==0.6.2 safetensors==0.3.1 -scikit-learn==1.2.2 +scikit-learn==1.5.0 scipy==1.10.1 Send2Trash==1.8.2 sentence-transformers==2.2.2