From d287e65a63b8670f94166262032e52f6e1621ca7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 Mar 2024 11:37:25 +0000 Subject: [PATCH] CompatHelper: bump compat for DiskArrays to 0.4, (keep existing compat) --- Project.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index 7b5533d5..958c5fc8 100644 --- a/Project.toml +++ b/Project.toml @@ -14,31 +14,31 @@ Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910" GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a" GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f" GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" -GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a" GeoInterfaceMakie = "0edc0954-3250-4c18-859d-ec71c1660c08" +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" -DiskArrays = "0.3" +DiskArrays = "0.3, 0.4" Extents = "0.1" GDAL = "1.5.1" GeoFormatTypes = "0.4.2" GeoInterface = "1" -GeoInterfaceRecipes = "1.0" GeoInterfaceMakie = "0.1" +GeoInterfaceRecipes = "1.0" ImageCore = "0.8, 0.9, 0.10" Makie = "0.20" Tables = "1" julia = "1.6" -["extras"] -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" \ No newline at end of file +[extensions] +ArchGDALMakieExt = "Makie" + +[extras] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" + +[weakdeps] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"