From 6d0155479bd5be6afa13ab8fd51c3e38e4dea57a Mon Sep 17 00:00:00 2001 From: Benedikt Ehinger Date: Wed, 8 Nov 2023 23:30:27 +0100 Subject: [PATCH] add missing compat --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index dc6a85f27..33d68f6d9 100644 --- a/Project.toml +++ b/Project.toml @@ -43,8 +43,10 @@ DocStringExtensions = "0.9" GeometryBasics = "0.4" GridLayoutBase = "0.9" ImageFiltering = "0.7" +LinearAlgebra = "1" Makie = "0.17,0.18,0.19" PyMNE = "0.2" +SparseArrays = "1" StaticArrays = "1" Statistics = "1" TopoPlots = "0.1"