From 79177a480dc028e747d9c447cf690499e2f477ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:30:44 +0000 Subject: [PATCH] Update scikit-learn requirement from ~=1.3.2 to ~=1.5.2 Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d5bd39..2179c71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ importlib-metadata<8.5 # for flake8 torch==2.4.0 -scikit-learn~=1.3.2 +scikit-learn~=1.5.2