From c946134992213eeebcaf7aaefa7032734f20f675 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Nov 2024 01:52:38 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometryBasics to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a0d413d..d0f00459 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ GeoInterface = "0.5, 1.0" GeoInterfaceMakie = "0.1.6" GeoJSON = "0.6, 0.7, 0.8" Geodesy = "1.1.0" -GeometryBasics = "0.4.11" +GeometryBasics = "0.4.11, 0.5" GeometryOps = "0.1.6" ImageIO = "0.6" LinearAlgebra = "1"