From 65a66dd1f7fdbcd86c30fc66f239682be619cace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:41:40 +0000 Subject: [PATCH] Bump onnx from 1.12.0 to 1.17.0 in /resources/onnx/layer-zoo Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.17.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.12.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resources/onnx/layer-zoo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/onnx/layer-zoo/requirements.txt b/resources/onnx/layer-zoo/requirements.txt index febf7ff72c..e69739bbf5 100644 --- a/resources/onnx/layer-zoo/requirements.txt +++ b/resources/onnx/layer-zoo/requirements.txt @@ -1,2 +1,2 @@ -onnx == 1.12.0 +onnx == 1.17.0 numpy >= 1.22.0