From dfd336f29cd751caf7db85b3693091de1985d2fb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 14 May 2026 03:50:34 +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 1990f0a5..125c5c12 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.1" +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"