From ac18cc0c8dc3615a34f948badc7e2d19d44e9601 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Aug 2026 00:27:30 +0000 Subject: [PATCH] CompatHelper: bump compat for ExaModels to 0.12 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..e116d63a 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.12" FilePathsBase = "0.9" Ipopt = "1" JSON = "1"