From 88a7fe069da7e582c480ab39c0c835b79903e699 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Jan 2025 00:03:45 +0000 Subject: [PATCH] CompatHelper: bump compat for GeoStatsTransforms in [weakdeps] to 0.10, (keep existing compat) --- Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 74bb3be..3e47b75 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,6 @@ uuid = "2fb1d81b-e6a0-5fc5-82e6-8e06903437ab" authors = ["Maarten Pronk "] version = "0.9.3" - [deps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298" @@ -17,9 +16,9 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [weakdeps] -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" GeoStatsModels = "ad987403-13c5-47b5-afee-0a48f6ac4f12" GeoStatsTransforms = "725d9659-360f-4996-9c94-5f19c7e4a8a6" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" [extensions] GeoArraysMakieExt = "Makie" @@ -33,7 +32,7 @@ Extents = "0.1" GeoFormatTypes = "0.4" GeoInterface = "1" GeoStatsModels = "0.6" -GeoStatsTransforms = "0.9" +GeoStatsTransforms = "0.9, 0.10" IterTools = "1" Makie = "0.21" PrecompileTools = "1"