From 36c9e5113187739f7cfcaa28ba91fe950878fef1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Jul 2023 00:11:50 +0000 Subject: [PATCH] CompatHelper: bump compat for PencilArrays to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9e2d0c3..6625306 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ HDF5 = "0.16, 0.17" LinearAlgebra = "1.8, 1.9" MPI = "0.20" NPZ = "0.4" -PencilArrays = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" +PencilArrays = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19" PencilFFTs = "0.12, 0.13, 0.14, 0.15" PrecompileTools = "1.2" Statistics = "1.8, 1.9"