From abcc3e435212a9164160f4327d37f8ce1de627d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:34:19 +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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0d7d8fc..8b1bacf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytorch-metric-learning==2.2.0 requests==2.31.0 retrying==1.3.4 rich==13.3.5 -scikit-learn==1.2.2 +scikit-learn==1.5.0 scipy==1.10.1 seaborn==0.12.2 sentencepiece==0.1.99 diff --git a/setup.py b/setup.py index bccf819..997ee4d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "pytorch-metric-learning==2.2.0", "requests==2.31.0", "rich==13.3.5", - "scikit-learn==1.2.2", + "scikit-learn==1.5.0", "seaborn==0.12.2", "sphinx==5.0.2", "tokenizers==0.15.2",