From a484c6bb2af9a9d9e31ba4c107999c119c14b44a Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 5 Sep 2024 14:03:22 -0500 Subject: [PATCH] downgrade SparseArrays lower compat to 1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 794db579..23ff2654 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ RecipesBase = "1" RecursiveArrayTools = "2.38, 3" Reexport = "1" Setfield = "1" -SparseArrays = "1.10" +SparseArrays = "1" StaticArrays = "1.9" SummationByPartsOperators = "0.5.42" Triangulate = "2.2"