From bf3c811e2b1e989ffbb64bd0bd473e9d7c1eb603 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jun 2026 04:06:04 +0000 Subject: [PATCH] CompatHelper: bump compat for Parameters to 0.13, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4f46a5aeca..c1bf535e4d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,6 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a" StructuralIdentifiability = "220ca800-aa68-49bb-acd8-6037fa93a544" - [extensions] CatalystBifurcationKitExtension = "BifurcationKit" CatalystCairoMakieExtension = "CairoMakie" @@ -63,7 +62,7 @@ MacroTools = "0.5.5" Makie = "0.22.1" ModelingToolkit = "9.69" NetworkLayout = "0.4.7" -Parameters = "0.12" +Parameters = "0.12, 0.13" Reexport = "0.2, 1.0" Requires = "1.0" RuntimeGeneratedFunctions = "0.5.12"