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"