From 231cbe08e9ae87ba417b2748b282601525e48f43 Mon Sep 17 00:00:00 2001 From: albert-de-montserrat Date: Tue, 12 Dec 2023 14:39:28 +0100 Subject: [PATCH] bump compats --- Project.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index a4fa6995..0237b163 100644 --- a/Project.toml +++ b/Project.toml @@ -22,14 +22,16 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] -AMDGPU = "0.5.4" -CUDA = "4.4.1" +AMDGPU = "0.5, 0.6, 0.7, 0.8" +Adapt = "3.7.2" +CUDA = "4.4.1, 5" CellArrays = "0.1.3" -GeoParams = "0.5.0" +GeoParams = "0.5" HDF5 = "0.17.1" -ImplicitGlobalGrid = "0.13.0" MPI = "0.20.14" -ParallelStencil = "0.9.0" +MuladdMacro = "0.2.4" +ParallelStencil = "0.9.0, 0.10.0" +ImplicitGlobalGrid = "0.13.0" Reexport = "1.2.2" StaticArrays = "1.6.5" Statistics = "1.9"