From 2aea6ea15bbf41e9a2b1c894dd071b78ab7e21a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:56:12 +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 42ea84c..8798320 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ CUDA = "6" ChainRulesCore = "1.26" ExaModels = "0.11" Flux = "0.16" +LinearAlgebra = "1.10" MadNLP = "0.10" MadNLPGPU = "0.10" NLPModels = "0.21"