From b452297c3c8e7cf8aeefc3c7ffb4bf3c413f974a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 Sep 2024 00:55:28 +0000 Subject: [PATCH] CompatHelper: bump compat for PointClouds to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cfdbd2b1..015ede1a 100644 --- a/Project.toml +++ b/Project.toml @@ -44,9 +44,9 @@ LinearAlgebra = "1" Makie = "0.21.6" MapTiles = "1" OrderedCollections = "1" +PointClouds = "0.3, 0.4" Proj = "1" Scratch = "1" -PointClouds = "0.3" Statistics = "1" ThreadSafeDicts = "0.1" TileProviders = "0.1"