From c304f90316762b0d0943caad6d58f6a633b401ca Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Oct 2024 00:14:47 +0000 Subject: [PATCH] CompatHelper: bump compat for AMGCLWrap in [weakdeps] to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23a1e4fc..442bb526 100644 --- a/Project.toml +++ b/Project.toml @@ -61,7 +61,7 @@ JutulMeshesExt = ["Meshes"] JutulPartitionedArraysExt = ["PartitionedArrays", "MPI"] [compat] -AMGCLWrap = "=0.3.2" +AMGCLWrap = "=0.3.2, 2" AlgebraicMultigrid = "0.5.1" Crayons = "4.1.1" DataStructures = "0.18.13"