From edea593a2fff64344a7eacb07842354478cc06a8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Dec 2024 14:36:10 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricIntegrators to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 06dd673..88e5307 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ AdaptiveRejectionSampling = "0.1" BSplineKit = "0.14, 0.15, 0.16, 0.17" DifferentialEquations = "7" GeometricEquations = "0.16" -GeometricIntegrators = "0.13" +GeometricIntegrators = "0.13, 0.14" HDF5 = "0.15, 0.16, 0.17" LaTeXStrings = "1.2, 1.3" OffsetArrays = "1"