From 2376960efdc8529a313d0b53dcf45ce754b700dc 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> (cherry picked from commit d070e72c76cf4a0ab0dfd662285ae2a41a245aab) --- 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 485e6e6fd0393..ec1d68ccb8459 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