From 3bd721112debaf6ed786850028dd69a39af66ae8 Mon Sep 17 00:00:00 2001 From: Patrick Kofod Mogensen Date: Wed, 12 Nov 2025 06:51:05 +0100 Subject: [PATCH 1/2] Support CairoMakie above 0.13 I suppose the restriction is just there because these are breaking changes due to sub 1.0 minor changes. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b831249319..289410d565 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ CatalystStructuralIdentifiabilityExtension = "StructuralIdentifiability" [compat] BifurcationKit = "0.4.4" -CairoMakie = "0.12, 0.13" +CairoMakie = "0.12, 0.13, 0.14, 0.15" Combinatorics = "1.0.2" DataStructures = "0.18, 0.19" DiffEqBase = "6.165.0" From b271c299f4316d88a0435af82bde8cae4b91b944 Mon Sep 17 00:00:00 2001 From: Patrick Kofod Mogensen Date: Wed, 12 Nov 2025 11:38:23 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 289410d565..56e9d3b158 100644 --- a/Project.toml +++ b/Project.toml @@ -54,14 +54,14 @@ DocStringExtensions = "0.8, 0.9" DynamicPolynomials = "0.6" DynamicQuantities = "1" EnumX = "1" -GraphMakie = "0.5" +GraphMakie = "0.6" Graphs = "1.4" HomotopyContinuation = "2.9" JumpProcesses = "9.13.2" LaTeXStrings = "1.3.0" Latexify = "0.16.6" MacroTools = "0.5.5" -Makie = "0.22.1" +Makie = "0.24" ModelingToolkit = "9.73" NetworkLayout = "0.4.7" Parameters = "0.12"