From 71d9dcd79dc2d68a9203acb94227982df7e471ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:06:54 +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.3. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.23.1...1.1.3) --- 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..0c466209e 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.3 numpy==1.19.0 \ No newline at end of file