From 83f9810bcf84b8ffa5205fa5e38b490c7b5d6a0b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 00:57:28 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie 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 a7357a85..603e2153 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ GridLayoutBase = "0.9, 0.10, 0.11" ImageFiltering = "0.7" Interpolations = "0.14, 0.15" LinearAlgebra = "1" -Makie = "0.17, 0.18, 0.19, 0.20, 0.21" +Makie = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22" MakieThemes = "0.1" PyMNE = "0.2" SparseArrays = "1"