From 6e1bbe72dcd89fd25c406fb65f0a7dd29198f4aa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 00:58:43 +0000 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cfdbd2b1..398460f7 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ TileProviders = "263fe934-28e1-4ae9-998a-c2629c5fede6" [compat] ArchGDAL = "0.10" -Colors = "0.12" +Colors = "0.12, 0.13" Downloads = "1" Extents = "0.1.2" FileIO = "1" @@ -44,9 +44,9 @@ LinearAlgebra = "1" Makie = "0.21.6" MapTiles = "1" OrderedCollections = "1" +PointClouds = "0.3" Proj = "1" Scratch = "1" -PointClouds = "0.3" Statistics = "1" ThreadSafeDicts = "0.1" TileProviders = "0.1"