From a5fb4484d5ed5c26150376e6ef02ab99f9da056e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 11:37:32 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie in [weakdeps] to 0.21, (keep existing compat) --- Project.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index 7b5533d5..69df3a4e 100644 --- a/Project.toml +++ b/Project.toml @@ -14,17 +14,11 @@ 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" @@ -33,12 +27,18 @@ 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" +Makie = "0.20, 0.21" 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"