From 7e3e22e7aee8bb732c7b9a3fbb43fdd62330a7b8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 00:57:43 +0000 Subject: [PATCH] CompatHelper: bump compat for CairoMakie in [weakdeps] 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 e591de61..264ef05c 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ QuantumToolboxGPUArraysExt = ["GPUArrays", "KernelAbstractions"] Aqua = "0.8" ArrayInterface = "6, 7" CUDA = "5" -CairoMakie = "0.12" +CairoMakie = "0.12, 0.13" DiffEqBase = "6" DiffEqCallbacks = "4.2.1 - 4" DiffEqNoiseProcess = "5"