From 600b26affea0b426accb35f4a374e46146cd3976 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:54:13 +0100 Subject: [PATCH] CompatHelper: bump compat for GeometricBase to 0.10, (keep existing compat) (#181) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 80be962d7..5548d174f 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ DecFP = "1" Documenter = "0.25, 0.26, 0.27, 1" ForwardDiff = "0.10" GenericLinearAlgebra = "0.2, 0.3" -GeometricBase = "0.9" +GeometricBase = "0.9, 0.10" GeometricEquations = "0.14, 0.15" GeometricSolutions = "0.3" HDF5 = "0.15, 0.16, 0.17"