From 0dd0899aca43ba50e10d25e1a98920f349eb31f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:51:26 +0000 Subject: [PATCH] chore(deps): update onnx requirement in /training Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [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.20.1...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- training/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/pyproject.toml b/training/pyproject.toml index e22f091..8b3639f 100644 --- a/training/pyproject.toml +++ b/training/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "numpy>=2.4.2", - "onnx>=1.20.1", + "onnx>=1.21.0", "onnxruntime>=1.24.1", "onnxscript>=0.6.2", "python-chess>=1.999",