From 96acfebb84f96959a5d7b4a5ee8bfd57445007b5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Jun 2022 00:37:33 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricEquations to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 364f278..02d03e9 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SimpleSolvers = "36b790f5-6434-4fbe-b711-1f64a1e2f6a2" [compat] GeometricBase = "0.2" -GeometricEquations = "0.2" +GeometricEquations = "0.2, 0.4" GeometricIntegrators = "0.9" HDF5 = "0.15, 0.16" OffsetArrays = "1"