From 390665239684f9ccdc6562cf3c4e027a155aa285 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 27 Sep 2022 00:55:04 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricIntegrators to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 364f278..2665bdf 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ SimpleSolvers = "36b790f5-6434-4fbe-b711-1f64a1e2f6a2" [compat] GeometricBase = "0.2" GeometricEquations = "0.2" -GeometricIntegrators = "0.9" +GeometricIntegrators = "0.9, 0.10" HDF5 = "0.15, 0.16" OffsetArrays = "1" Parameters = "0.12"