From 67bdb915e2235bdb49a4a492934dabe555c249dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:55:21 -0800 Subject: [PATCH] CompatHelper: bump compat for DiskArrays to 0.4, (keep existing compat) (#417) Co-authored-by: CompatHelper Julia --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index cbba726b..282ab935 100644 --- a/Project.toml +++ b/Project.toml @@ -19,17 +19,11 @@ GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a" ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" -[weakdeps] -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" - -[extensions] -ArchGDALMakieExt = "Makie" - [compat] CEnum = "0.4, 0.5" ColorTypes = "0.10, 0.11" Dates = "<0.0.1,1" -DiskArrays = "0.3" +DiskArrays = "0.3, 0.4" Extents = "0.1" GDAL = "1.5.1" GeoFormatTypes = "0.4.2" @@ -41,5 +35,11 @@ Makie = "0.20" Tables = "1" julia = "1.6" +[extensions] +ArchGDALMakieExt = "Makie" + [extras] Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" + +[weakdeps] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"