From f257f57e612cde4e332ff6cd35a08e2123dde80c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 May 2026 04:05:24 +0000 Subject: [PATCH] CompatHelper: bump compat for ControlPlots in [weakdeps] to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 99c8a24b..d7ecd3f1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VortexStepMethod" uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9" -authors = ["1-Bart-1 ", "Oriol Cayon and contributors"] version = "3.3.3" +authors = ["1-Bart-1 ", "Oriol Cayon and contributors"] [workspace] projects = ["examples", "examples_cp", "docs", "test"] @@ -43,7 +43,7 @@ VortexStepMethodMakieExt = "Makie" [compat] Colors = "0.13" -ControlPlots = "0.2.5" +ControlPlots = "0.2.5, 0.3" DefaultApplication = "1" DelimitedFiles = "1" DifferentiationInterface = "0.7.4"