From 787f6287fd8def360a10c092dd526eb1cfaee5ba Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 30 Nov 2025 00:25:34 +0000 Subject: [PATCH] CompatHelper: bump compat for CTBase to 0.17, (drop existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a4881502..a79d56eb 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" @@ -17,7 +17,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] ADNLPModels = "0.8" -CTBase = "0.16" +CTBase = "0.17" CTDirect = "0.17" CTFlows = "0.8" CTModels = "0.6"