From e51f007bf8265e9d8b4f163968bc9cc61fcd7ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:33:02 +0000 Subject: [PATCH] Update ExaModels requirement from 0.8 to 0.8, 0.11 Updates the requirements on [ExaModels](https://github.com/exanauts/ExaModels.jl) to permit the latest version. - [Release notes](https://github.com/exanauts/ExaModels.jl/releases) - [Commits](https://github.com/exanauts/ExaModels.jl/compare/v0.8.0...v0.11.1) --- updated-dependencies: - dependency-name: ExaModels dependency-version: 0.11.1 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 51a1403..e0ab344 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ChainRulesCore = "1.25" -ExaModels = "0.8" +ExaModels = "0.8, 0.11" Flux = "0.16" MadNLP = "0.9, 0.10" MadNLPGPU = "0.9, 0.10"