From de9d57663a3ccd2b2e138a63f9da0db0fd680184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:03:33 +0000 Subject: [PATCH] chore(deps): Bump onnx in /packages/neural_analytics_model Bumps [onnx](https://github.com/onnx/onnx) from 1.17.0 to 1.21.0rc1. - [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/commits) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/neural_analytics_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/neural_analytics_model/requirements.txt b/packages/neural_analytics_model/requirements.txt index 5a51a08..b005f32 100644 --- a/packages/neural_analytics_model/requirements.txt +++ b/packages/neural_analytics_model/requirements.txt @@ -3,7 +3,7 @@ scikit-learn==1.5.2 numpy==2.1.2 pandas==2.2.3 torch>=2.5.1 -onnx==1.17.0 +onnx==1.21.0rc1 onnxscript==0.1.0 protobuf==5.29.5 matplotlib>=3.8.0