From 50370ee266668c3ce85db897730d8e054f2981b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jun 2026 04:12:01 +0000 Subject: [PATCH] CompatHelper: bump compat for Parameters to 0.13, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 8467dbf2..c4251aaf 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.4" +authors = ["1-Bart-1 ", "Oriol Cayon and contributors"] [workspace] projects = ["examples", "examples_cp", "docs", "test"] @@ -57,11 +57,11 @@ Logging = "1" Makie = "0.24.6" Measures = "0.3" NonlinearSolve = "4.8.0" -Parameters = "0.12" +Parameters = "0.12, 0.13" Pkg = "1" PreallocationTools = "1.1.2" -PythonCall = "0.9" PrecompileTools = "1.2.1" +PythonCall = "0.9" RecursiveArrayTools = "3, 4" SciMLBase = "2, 3" Serialization = "1"