From 4be8ffc2f3b0a110cf9860a147f5b0ad5373ad54 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Aug 2025 01:49:41 +0000 Subject: [PATCH] CompatHelper: bump compat for GeoMakie in [weakdeps] to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index caa500b..1be07d5 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ ClimateBaseVisualizations = "GeoMakie" [compat] DimensionalData = "0.29" -GeoMakie = "0.6" +GeoMakie = "0.6, 0.7" Interpolations = "0.13.2, 0.14, 0.15" NCDatasets = "0.11, 0.12" SignalDecomposition = "1.1"