From f52e9ff46f312899902e4d788d68bbcbcfcfa584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 06:32:49 +0000 Subject: [PATCH] Bump imbalanced-learn from 0.11.0 to 0.12.0 Bumps [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/scikit-learn-contrib/imbalanced-learn/releases) - [Commits](https://github.com/scikit-learn-contrib/imbalanced-learn/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: imbalanced-learn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ee8ea3..405a62e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ scikit-learn==1.4.0 -imbalanced-learn==0.11.0 +imbalanced-learn==0.12.0 pandas==2.2.0 nltk~=3.8.1 setuptools==69.0.3