From 79f4e73b01ab0608ab7e417a9810217bbbb99480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:45:51 +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.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.17.0...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 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..db792e9 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.0 onnxscript==0.1.0 protobuf==5.29.5 matplotlib>=3.8.0