From 1890de476ca77d5c1568dcc9c0f0548573b40f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:21:04 +0000 Subject: [PATCH] Bump onnx from 1.12.0 to 1.16.0 in /resources/onnx/layer-zoo Bumps [onnx](https://github.com/onnx/onnx) from 1.12.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.12.0...v1.16.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..af19689b2a 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.16.0 numpy >= 1.22.0