From dc9109633c1ca631f1b378791f3b7178fb8afe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:08:04 +0000 Subject: [PATCH] chore(deps): bump scikit-learn in /tests/test_data/python_processor Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/test_data/python_processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_data/python_processor/requirements.txt b/tests/test_data/python_processor/requirements.txt index 7cfa8c4..f21fb65 100644 --- a/tests/test_data/python_processor/requirements.txt +++ b/tests/test_data/python_processor/requirements.txt @@ -1,6 +1,6 @@ #allspark: PAI EAS runtime library http://eas-data.oss-cn-shanghai.aliyuncs.com/release/amd64/linux/easworker/0_6_22/allspark-0.15.0-py2.py3-none-any.whl -scikit-learn==1.1.1 +scikit-learn==1.5.0 uvicorn[standard] fastapi