From 15609c44d3576fca2fb1c067b2f9f000bfcfc4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:57:12 +0000 Subject: [PATCH] Bump onnx from 1.14.0 to 1.16.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.14.0 to 1.16.0. - [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.14.0...v1.16.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bbb6a9..ad2d525 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ), install_requires=[ "mlagility==3.3.1", - "onnx==1.14.0", + "onnx==1.16.0", "onnxruntime==1.15.1", "protobuf==3.20.3", "scikit-learn==1.1.1",