From a171a7ffc2f936d48fa72b8d4a98565052ac5068 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 14 May 2026 03:31:03 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricIntegratorsBase to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41300cf3..bc620ddc 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ Documenter = "1" GenericLinearAlgebra = "0.2, 0.3, 0.4" GeometricBase = "0.14" GeometricEquations = "0.21" -GeometricIntegratorsBase = "0.2" +GeometricIntegratorsBase = "0.2, 0.3" GeometricProblems = "0.6" GeometricSolutions = "0.6.3" LinearAlgebra = "1"