From 56d849de3fd290d64acab732edf6eee86714a80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 22:40:29 +0000 Subject: [PATCH] Update ONNX requirement from 0.2 to 0.2, 0.3 Updates the requirements on [ONNX](https://github.com/FluxML/ONNX.jl) to permit the latest version. - [Release notes](https://github.com/FluxML/ONNX.jl/releases) - [Commits](https://github.com/FluxML/ONNX.jl/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: ONNX dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7320524..d2cba0a 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ JuMP = "1.29.4" MathOptAI = "0.2" MathOptInterface = "1.40" NaNMath = "1" -ONNX = "0.2" +ONNX = "0.2, 0.3" OrderedCollections = "1.8.1" SparseArrays = "1.10" SpecialFunctions = "2.6.1"