From 9bd89845a1fd9a043d3781221bbf984ebbd447a2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Jun 2025 00:47:48 +0000 Subject: [PATCH] CompatHelper: bump compat for CairoMakie to 0.14 for package StiffBVP, (keep existing compat) --- benchmarks/StiffBVP/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/StiffBVP/Project.toml b/benchmarks/StiffBVP/Project.toml index 864f09bcc..35a5aaaf1 100644 --- a/benchmarks/StiffBVP/Project.toml +++ b/benchmarks/StiffBVP/Project.toml @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" BenchmarkTools = "1" BoundaryValueDiffEq = "5.16" BracketingNonlinearSolve = "1.1" -CairoMakie = "0.12, 0.13" +CairoMakie = "0.12, 0.13, 0.14" DiffEqDevTools = "2.48" Interpolations = "0.15.1, 0.16" ODEInterface = "0.5"