From 25cb529084a691bff9dedf219f276767e8d591a1 Mon Sep 17 00:00:00 2001 From: Alexandre Magueresse Date: Mon, 15 Apr 2024 15:49:01 +1000 Subject: [PATCH] Updated compatibility with versions of Gridap and GridapDistributed --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 377b180..3160d4e 100644 --- a/Project.toml +++ b/Project.toml @@ -33,8 +33,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Gridap = "=0.17.19, 0.18" -GridapDistributed = "=0.3, 0.4" +Gridap = "0.18" +GridapDistributed = "0.4" GridapGmsh = "=0.7" GridapP4est = "=0.3" GridapPETSc = "=0.5"