From 50859e85cfbcce4718a1e10ce58400b49c1a776d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 12 Apr 2026 01:01:20 +0000 Subject: [PATCH] CompatHelper: bump compat for OptimalControl in [weakdeps] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f613dbd2..38eecdd0 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" @@ -29,7 +29,7 @@ CTModels = "0.6" DocStringExtensions = "0.9" ExaModels = "0.9" JuMP = "1" -OptimalControl = "1" +OptimalControl = "1, 2" OrderedCollections = "1" SolverCore = "0.3" julia = "1.10"