From 51b762b9e2a5e56493ad7ded32db2ad05e405dad Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Aug 2026 00:26:38 +0000 Subject: [PATCH] CompatHelper: bump compat for ExaModels to 0.12, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f613dbd2..ce19c705 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimalControlProblems" uuid = "59046045-fb9c-4c23-964f-ff0a25704f96" -authors = ["Olivier Cots "] version = "0.5.0" +authors = ["Olivier Cots "] [deps] ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a" @@ -27,7 +27,7 @@ CTBase = "0.16" CTDirect = "0.17" CTModels = "0.6" DocStringExtensions = "0.9" -ExaModels = "0.9" +ExaModels = "0.9, 0.12" JuMP = "1" OptimalControl = "1" OrderedCollections = "1"