From 92c012f1f26438bf5a1799d6855ed054f25d106d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:05:09 +0000 Subject: [PATCH] Update LinearAlgebra requirement to 1.10 Updates the requirements on LinearAlgebra to permit the latest version. --- updated-dependencies: - dependency-name: LinearAlgebra dependency-version: dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 56457ed..8cc0a91 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,7 @@ ChainRulesCore = "1" DataStructures = "0.18, 0.19" ForwardDiff = "1" JuMP = "1.29.4" +LinearAlgebra = "1.10" MathOptAI = "0.2, 1.0" MathOptInterface = "1.40" NaNMath = "1"