From ac32287b179c01dd35d704e7e27755b807b915d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 Jun 2022 00:38:51 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricBase 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 364f278..afaeea7 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ RungeKutta = "fb486d5c-30a0-4a8a-8415-a8b4ace5a6f7" SimpleSolvers = "36b790f5-6434-4fbe-b711-1f64a1e2f6a2" [compat] -GeometricBase = "0.2" +GeometricBase = "0.2, 0.3" GeometricEquations = "0.2" GeometricIntegrators = "0.9" HDF5 = "0.15, 0.16"