From ef1369740e43e67167b6e27cc03488ad6d22240d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Nov 2024 01:38:19 +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 4bb1315b7..cb7f51f49 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ DelaunayTriangulation = "1.0.4" ExactPredicates = "2.2.8" FlexiJoins = "0.1.30" GeoInterface = "1.2" -GeometryBasics = "0.4.7" +GeometryBasics = "0.4.7, 0.5" LibGEOS = "0.9.2" LinearAlgebra = "1" Proj = "1"