From 18976227f46ff929d412e949286b7875903ac1da Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 00:58:56 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41d6767..b92f29f 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ FastGaussQuadrature = "1.0" ForwardDiff = "0.10" LinearAlgebra = "1" LoopVectorization = "0.12" -Makie = "0.20" +Makie = "0.20, 0.22" Optim = "1.7" OrdinaryDiffEq = "6.69" RCall = "0"