From 00f9d62ad76eb764244f994e26be1e0335a7accf Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" Date: Fri, 25 Aug 2023 15:01:24 +1000 Subject: [PATCH] Freezing version of dependencies for tutorials --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 0dfc00f3..23ec8a46 100644 --- a/Project.toml +++ b/Project.toml @@ -33,13 +33,13 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Gridap = "0.17.19" -GridapDistributed = "0.3" -GridapGmsh = "0.7" -GridapP4est = "0.3" -GridapPETSc = "0.5" +Gridap = "=0.17.19" +GridapDistributed = "=0.3" +GridapGmsh = "=0.7" +GridapP4est = "=0.3" +GridapPETSc = "=0.5" MPI = "0.20" -PartitionedArrays = "0.3" +PartitionedArrays = "=0.3.3" SpecialFunctions = "1" julia = "1.3"