From 4664705bef6ed15fa91ddd89b7a1b430f2cd3736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 05:21:02 +0000 Subject: [PATCH] Update scikit-learn requirement from <1.1.3,>0.22.1 to >0.22.1,<1.2.1 in /requirements (#16107) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 485e6e6fd0393d..ec1d68ccb84597 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -8,7 +8,7 @@ pre-commit==2.20.0 # needed in tests cloudpickle>=1.3, <2.3.0 -scikit-learn>0.22.1, <1.1.3 +scikit-learn>0.22.1, <1.2.1 onnxruntime<1.14.0 psutil<5.9.4 # for `DeviceStatsMonitor` pandas>1.0, <1.5.2 # needed in benchmarks