From 9b8fd111078f17ece00f79054c3a697e78ab8df4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 01:22:09 +0000 Subject: [PATCH] CompatHelper: bump compat for CairoMakie to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f1e2bf65..b7c940c9 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ TrajectoryIndexingUtils = "6dad8b7f-dd9a-4c28-9b70-85b9a079bfc8" [compat] BenchmarkTools = "1.5" -CairoMakie = "0.12" +CairoMakie = "0.12, 0.13" Distributions = "0.25" Einsum = "0.4" ExponentialAction = "0.2"