From 681ac7ed690b9191b61be464cfadf1e1e3ff1583 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Mon, 4 Dec 2023 14:45:37 +1100 Subject: [PATCH] Updated compats --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index b61afe4..e1e1da3 100644 --- a/Project.toml +++ b/Project.toml @@ -17,14 +17,14 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] BlockArrays = "0.16.38" FillArrays = "0.8.4,1" -Gridap = "0.17.18" +Gridap = "0.17.21" +LinearAlgebra = "1.3" MPI = "0.16, 0.17, 0.18, 0.19, 0.20" PartitionedArrays = "0.3.3" +SparseArrays = "1.3" SparseMatricesCSR = "0.6.6" WriteVTK = "1.12.0" julia = "1.3" -SparseArrays = "1.3" -LinearAlgebra = "1.3" [extras] MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"