From e35f5dfa66b359ecca43e4b083f8f76ee7cb9d99 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:48:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie in [weakdeps] to 0.21, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c7f0e59..eb46828 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ FastGaussQuadrature = "1.0" ForwardDiff = "0.10" LinearAlgebra = "1" LoopVectorization = "0.12" -Makie = "0.20" +Makie = "0.20, 0.21" Optim = "1.7" OrdinaryDiffEq = "6.69" RCall = "0"