From 844fc2c8898094ddb5e815a86259c85d50c03964 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 5 Sep 2024 15:01:21 -0500 Subject: [PATCH] downgrade SBPOps lower compat to 0.5.20 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 35d249d5..d06a9644 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ Reexport = "1" Setfield = "1" SparseArrays = "1.10" StaticArrays = "1.5" -SummationByPartsOperators = "0.5.42" +SummationByPartsOperators = "0.5.20" Triangulate = "2.2" WriteVTK = "1.19" julia = "1.7"