From c47e52343e9c2379b804dd9aa867848ab5ba3044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:40:41 +0000 Subject: [PATCH] Bump onnx in /tasks/face_segmentation/aml/docker/quantizer Bumps [onnx](https://github.com/onnx/onnx) from 1.11.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.11.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tasks/face_segmentation/aml/docker/quantizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/face_segmentation/aml/docker/quantizer/requirements.txt b/tasks/face_segmentation/aml/docker/quantizer/requirements.txt index 06feed4dd..6fc40f09d 100644 --- a/tasks/face_segmentation/aml/docker/quantizer/requirements.txt +++ b/tasks/face_segmentation/aml/docker/quantizer/requirements.txt @@ -7,7 +7,7 @@ scikit-build protobuf==3.20.2 opencv-contrib-python matplotlib -onnx==1.11.0 +onnx==1.17.0 onnxruntime onnx-simplifier importlib-metadata