From 5a0cd020b552135f4d1fc17789ace803b08df2cf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Nov 2024 01:38:23 +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"