From 7c64857e2b43cc6f98eef97043e2f3a3ad6fbdca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 00:55:34 +0000 Subject: [PATCH] Update ExaModels requirement from 0.11 to 0.11, 0.12 Updates the requirements on [ExaModels](https://github.com/madsuite-org/ExaModels.jl) to permit the latest version. - [Release notes](https://github.com/madsuite-org/ExaModels.jl/releases) - [Commits](https://github.com/madsuite-org/ExaModels.jl/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: ExaModels dependency-version: 0.12.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 42ea84c..3cda625 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] CUDA = "6" ChainRulesCore = "1.26" -ExaModels = "0.11" +ExaModels = "0.11, 0.12" Flux = "0.16" MadNLP = "0.10" MadNLPGPU = "0.10"