From 9cc4367c0a776559a957bd2ae60146b3f4e2354c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:09:52 +0000 Subject: [PATCH] Bump scikit-learn in /tensorflow_cuj/neural_machine_translation Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.1 to 1.1.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.1...1.1.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tensorflow_cuj/neural_machine_translation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_cuj/neural_machine_translation/requirements.txt b/tensorflow_cuj/neural_machine_translation/requirements.txt index 4cf9520ec..7ce8777e5 100644 --- a/tensorflow_cuj/neural_machine_translation/requirements.txt +++ b/tensorflow_cuj/neural_machine_translation/requirements.txt @@ -1,4 +1,4 @@ tensorflow==2.2.0 tensorflow-datasets==3.1.0 -scikit-learn==0.23.1 +scikit-learn==1.1.2 numpy==1.19.0 \ No newline at end of file