From 63ab2c4bcf4b1fa06906c3e0619eb6a5c9633b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:04:37 +0000 Subject: [PATCH] Update MathOptAI requirement from 0.2 to 0.2, 1.0 Updates the requirements on [MathOptAI](https://github.com/lanl-ansi/MathOptAI.jl) to permit the latest version. - [Release notes](https://github.com/lanl-ansi/MathOptAI.jl/releases) - [Commits](https://github.com/lanl-ansi/MathOptAI.jl/compare/v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: MathOptAI dependency-version: 1.0.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 6a9a72e..56457ed 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ ChainRulesCore = "1" DataStructures = "0.18, 0.19" ForwardDiff = "1" JuMP = "1.29.4" -MathOptAI = "0.2" +MathOptAI = "0.2, 1.0" MathOptInterface = "1.40" NaNMath = "1" ONNX = "0.2, 0.3"