From e022254a50396f25248405acb392da0b5ebe0a34 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Nov 2024 00:59:15 +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 d6ce04941..f27fbde1a 100644 --- a/Project.toml +++ b/Project.toml @@ -95,7 +95,7 @@ FFTW = "1" FileIO = "1" FixedPointNumbers = "0.8" GeometricalPredicates = "0.4" -GeometryBasics = "0.4" +GeometryBasics = "0.4, 0.5" Graphs = "1" ImageCore = "0.8, 0.9, 0.10" ImageDraw = "0.2"