From b637b3eb73f59e643c1883c21109a6d429259063 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jul 2024 00:45:28 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricEquations to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d2e029355..dfbfb74a4 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ ChainRulesTestUtils = "1" Distances = "0.10" ForwardDiff = "0.10" GeometricBase = "0.10" -GeometricEquations = "0.16, 0.17" +GeometricEquations = "0.16, 0.17, 0.18" GeometricIntegrators = "0.13" GeometricSolutions = "0.3.24" HDF5 = "0.16, 0.17"