From 7818bb86eb4241ce9540c795f7126252ec633908 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:19:35 +0000 Subject: [PATCH] CompatHelper: add new compat entry for MPI in [weakdeps] at version 0.20, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 64177778..5a7ccdc9 100644 --- a/Project.toml +++ b/Project.toml @@ -56,6 +56,7 @@ Krylov = "0.9.1" LinearAlgebra = "1" LoopVectorization = "0.12.115" MAT = "0.10.3" +MPI = "0.20" MultiComponentFlash = "1.1.14" OrderedCollections = "1.6.2" PartitionedArrays = "0.3.2"