From 16eac64dfd2c82331e2831a3ddec8327383eb9c3 Mon Sep 17 00:00:00 2001 From: Z J Wegert <60646897+zjwegert@users.noreply.github.com> Date: Sat, 23 Nov 2024 22:08:52 +1000 Subject: [PATCH] Update compats Gridap and other satellite packages recently updated their `compat` in the `Project.toml`. This broke the package compat in this repo. --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index d8f7db91..02b0c018 100755 --- a/Project.toml +++ b/Project.toml @@ -23,17 +23,17 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" [compat] BenchmarkTools = "1" -BlockArrays = "0.16" +BlockArrays = "1" ChainRulesCore = "1" CircularArrays = "1" -FillArrays = "0.8.4,1" +FillArrays = "1" Gridap = "0.18" GridapDistributed = "0.4" GridapPETSc = "0.5" -GridapSolvers = "0.3" +GridapSolvers = "0.4" JLD2 = "0.4" -MPI = "0.19, 0.20" -PartitionedArrays = "0.3" +MPI = "0.16, 0.17, 0.18, 0.19, 0.20" +PartitionedArrays = "0.3.3" SparseMatricesCSR = "0.6.6" julia = "1.6.7"