From db43ac7e5ef48a20eb587e3fb64937b652e4c6cb Mon Sep 17 00:00:00 2001 From: Albert de Montserrat Date: Tue, 7 May 2024 08:33:47 +0200 Subject: [PATCH] fixup --- Project.toml | 2 +- docs/Project.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7cc8ec93..d13de3db 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ AMDGPU = "0.6, 0.7, 0.8" Adapt = "3" CUDA = "4.4.1, 5" CellArrays = "0.2" -GeoParams = "0.5" +GeoParams = "0.5.8" HDF5 = "0.17.1" ImplicitGlobalGrid = "0.15.0" MPI = "0.20" diff --git a/docs/Project.toml b/docs/Project.toml index 6e418099..89291c21 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,7 +1,9 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" JustRelax = "34418575-392d-4e26-8c6d-96b0910afa06" +GeoParams = "e018b62d-d9de-4a26-8697-af89c310ae38" [compat] Documenter = "1" JustRelax = "0.2" +GeoParams = "0.5.8"