From efe0983d2d9cbd5164443964b2d7067ff5db47d5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 9 Dec 2025 00:23:34 +0000 Subject: [PATCH] CompatHelper: bump compat for CTModels to 0.7, (drop existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a4881502..cb165843 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimalControl" uuid = "5f98b655-cc9a-415a-b60e-744165666948" -authors = ["Olivier Cots "] version = "1.1.6" +authors = ["Olivier Cots "] [deps] ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a" @@ -20,7 +20,7 @@ ADNLPModels = "0.8" CTBase = "0.16" CTDirect = "0.17" CTFlows = "0.8" -CTModels = "0.6" +CTModels = "0.7" CTParser = "0.7" CommonSolve = "0.2" DocStringExtensions = "0.9"