From eba662e2e1d0fcf23bd29e9badbf559e0fdc0b7c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 13 Dec 2024 01:01:22 +0000 Subject: [PATCH] CompatHelper: bump compat for MatrixFactorizations to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 162cbb1..071c68d 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ Infinities = "0.1" IntervalSets = "0.5, 0.6, 0.7" LazyArrays = "1" LazyBandedMatrices = "0.8" -MatrixFactorizations = "1, 2" +MatrixFactorizations = "1, 2, 3" SingularIntegrals = "0.0.1, 0.0.2, 0.0.3, 0.1, 0.2" StaticArrays = "1" julia = "1.7"