From 7efd377c9bab81b00be8cbb18d7c402c9064e8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:01:22 +0000 Subject: [PATCH] Update scikit-learn requirement from ~=0.23.2 to ~=1.2.1 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/0.23.2...1.2.1) --- 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 0426c00..16f9b5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ matplotlib~=3.3.2 nltk~=3.5 pandas~=1.1.3 seaborn~=0.11.0 -scikit-learn~=0.23.2 +scikit-learn~=1.2.1 xlrd~=1.2.0 \ No newline at end of file