From 9c8a3579278df066c6119fd4621e63bf4abf4a6e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 15 Jul 2025 01:51:34 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for GeometricBase to 0.12, (keep existing compat) --- Project.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index 3bcfea40..f8fdd36c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeometricIntegrators" uuid = "dcce2d33-59f6-5b8d-9047-0defad88ae06" -version = "0.14.11" authors = ["Michael Kraus "] +version = "0.14.11" [deps] CompactBasisFunctions = "a09551c4-f815-4143-809e-dd1986753ba7" @@ -29,7 +29,7 @@ CompactBasisFunctions = "0.2" Documenter = "1" ForwardDiff = "0.10, 1" GenericLinearAlgebra = "0.2, 0.3" -GeometricBase = "0.11" +GeometricBase = "0.11, 0.12" GeometricEquations = "0.19" GeometricSolutions = "0.5" OffsetArrays = "1" @@ -52,11 +52,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = [ - "Aqua", - "GeometricEquations", - "GeometricProblems", - "RungeKutta", - "SafeTestsets", - "Test", -] +test = ["Aqua", "GeometricEquations", "GeometricProblems", "RungeKutta", "SafeTestsets", "Test"] From 891341d07626c73863eb9800ae71aaac7da763db Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Wed, 16 Jul 2025 16:47:45 +0200 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f8fdd36c..81f1ac33 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ Documenter = "1" ForwardDiff = "0.10, 1" GenericLinearAlgebra = "0.2, 0.3" GeometricBase = "0.11, 0.12" -GeometricEquations = "0.19" +GeometricEquations = "0.19, 0.20" GeometricSolutions = "0.5" OffsetArrays = "1" Parameters = "0.12"