From d512794b3ef1ca7eecbab759e9f88e6a45243395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:14:28 +0000 Subject: [PATCH] Bump onnx in /examples/THIN-Bayes/Activity Recognition Bumps [onnx](https://github.com/onnx/onnx) from 1.8.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.8.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/THIN-Bayes/Activity Recognition/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/THIN-Bayes/Activity Recognition/requirements.txt b/examples/THIN-Bayes/Activity Recognition/requirements.txt index 3397b3b..be8f455 100644 --- a/examples/THIN-Bayes/Activity Recognition/requirements.txt +++ b/examples/THIN-Bayes/Activity Recognition/requirements.txt @@ -28,5 +28,5 @@ numba==0.53.1 tqdm==4.61.2 scikit-learn==0.24.2 scipy==1.7.0 -onnx==1.8.0 +onnx==1.13.0 onnx-tf==1.8.0