From 4e2e8ada1eec4e5c6d64445314d2f56d5d227c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:10:43 +0000 Subject: [PATCH] Bump onnx from 1.12.0 to 1.16.2 in /python/requirements/ml Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.16.2. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.12.0...v1.16.2) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_rllib.txt b/python/requirements/ml/requirements_rllib.txt index 2d1b6da4b6957..c2684b39b2a20 100644 --- a/python/requirements/ml/requirements_rllib.txt +++ b/python/requirements/ml/requirements_rllib.txt @@ -40,7 +40,7 @@ imageio-ffmpeg==0.4.5 # ONNX # ONNX 1.13.0 depends on protobuf > 3.20, conflicting with tensorflow. # ONNX 1.12.0 is not published for mac arm64, so we exclude it for now. -onnx==1.12.0; sys_platform != 'darwin' or platform_machine != 'arm64' +onnx==1.16.2; sys_platform != 'darwin' or platform_machine != 'arm64' onnxruntime==1.14.1; sys_platform != 'darwin' or platform_machine != 'arm64' tf2onnx==1.13.0; sys_platform != 'darwin' or platform_machine != 'arm64' rich==12.0.1