From e9281328ed4f77fcc233ee4a8cca32de8ae14f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:42:08 +0000 Subject: [PATCH] build(deps): update scikit-learn requirement in /requirements Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.2...1.7.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 5572425de1354..e1aff8bdf522b 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -7,7 +7,7 @@ pytest-random-order ==1.2.0 # needed in tests cloudpickle >=1.3, <3.2.0 -scikit-learn >0.22.1, <1.7.0 +scikit-learn >0.22.1, <1.8.0 numpy >=1.17.2, <1.27.0 onnx >=1.12.0, <1.19.0 onnxruntime >=1.12.0, <1.23.0