From 598661e867379f01e53aedd8f57c50788ae68097 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 10 Oct 2023 00:40:54 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricIntegrators to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8bae8cca2..a0869cb49 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ ForwardDiff = "0.10" GPUArrays = "8" GeometricBase = "0.8" GeometricEquations = "0.12" -GeometricIntegrators = "0.12" +GeometricIntegrators = "0.12, 0.13" HDF5 = "0.16" KernelAbstractions = "0.9" Lux = "0.4, 0.5"