From adf86771c616adbb8dfcbb266d343157350b127d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Oct 2023 07:51:41 +0000 Subject: [PATCH] CompatHelper: bump compat for AlgebraicMultigrid to 0.6 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 9d134999b..1cb355487 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,7 +14,7 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -AlgebraicMultigrid = "0.5" +AlgebraicMultigrid = "0.5, 0.6" BenchmarkTools = "1" Documenter = "1" IncompleteLU = "0.2"