From 87ed2e52d9bdc6f836d24ece09b32b7795e59a8d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 01:20:35 +0000 Subject: [PATCH] CompatHelper: bump compat for ExaModels to 0.11 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f42ac387..94aca28d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,7 +24,7 @@ DataFrames = "1" Documenter = "1" DocumenterInterLinks = "1" DocumenterMermaid = "0.2" -ExaModels = "0.9" +ExaModels = "0.9, 0.11" FilePathsBase = "0.9" Ipopt = "1" JSON = "1"