From 6ae358abb12ce9b9a83426351a981b76e0e5e904 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 May 2026 01:06:45 +0000 Subject: [PATCH] CompatHelper: bump compat for ExaModels to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f613dbd2..67c1fc69 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.10" JuMP = "1" OptimalControl = "1" OrderedCollections = "1"