diff --git a/Project.toml b/Project.toml index 0577930c..51ee104d 100644 --- a/Project.toml +++ b/Project.toml @@ -21,15 +21,9 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" -[weakdeps] -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" - -[extensions] -GeoStatsBaseMakieExt = "Makie" - [compat] CategoricalArrays = "0.10" -ColumnSelectors = "0.1" +ColumnSelectors = "0.1, 1.0" DataScienceTraits = "0.4" DensityRatioEstimation = "1.2" Distances = "0.10" @@ -46,3 +40,9 @@ Tables = "1.11" TypedTables = "1.4" Unitful = "1.20" julia = "1.9" + +[extensions] +GeoStatsBaseMakieExt = "Makie" + +[weakdeps] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"