From a54eb35c7f35348e3ee23970425f5946f4d50ed2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 17 Jul 2025 01:54:06 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricBase to 0.12, (keep existing compat) --- Project.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index 296bcb5..508960e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeometricProblems" uuid = "18cb22b4-ad41-5c80-9c5f-710df63fbdc9" -version = "0.6.12" authors = ["Michael Kraus "] +version = "0.6.12" [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" @@ -20,7 +20,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] Documenter = "1" EulerLagrange = "0.4" -GeometricBase = "0.11" +GeometricBase = "0.11, 0.12" GeometricEquations = "0.19" GeometricSolutions = "0.5" LaTeXStrings = "1" @@ -40,10 +40,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = [ - "GeometricIntegrators", - "GeometricSolutions", - "SafeTestsets", - "Test", - "ForwardDiff", -] +test = ["GeometricIntegrators", "GeometricSolutions", "SafeTestsets", "Test", "ForwardDiff"]