From fbd9ac6c1314583e39bd4474be8344844b2569c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:41:57 +0000 Subject: [PATCH] build(deps): update onnxruntime requirement in /requirements Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.12.0...v1.23.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.23.0 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 d60e5f7..f0d0d2c 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -10,7 +10,7 @@ cloudpickle >=1.3, <3.2.0 scikit-learn >0.22.1, <1.8.0 numpy >1.20.0, <1.27.0 onnx >1.12.0, <1.20.0 -onnxruntime >=1.12.0, <1.23.0 +onnxruntime >=1.12.0, <1.24.0 onnxscript >= 0.1.0, < 0.5.0 psutil <7.1.1 # for `DeviceStatsMonitor` pandas >2.0, <2.4.0 # needed in benchmarks