From 044c769810cb4d83bbb85e6780006a1c8637e6bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:17:59 +0200 Subject: [PATCH] CompatHelper: bump compat for GeometricEquations to 0.17, (keep existing compat) (#183) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2a63c405..2e412f9f 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ Documenter = "0.25, 0.26, 0.27, 1" ForwardDiff = "0.10" GenericLinearAlgebra = "0.2, 0.3" GeometricBase = "0.10" -GeometricEquations = "0.16" +GeometricEquations = "0.16, 0.17" GeometricSolutions = "0.3" OffsetArrays = "1" Parameters = "0.12"