From 4e82e9cb5bb0e132ad10fde29f1e5860e0207f20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 01:03:25 +0000 Subject: [PATCH] CompatHelper: bump compat for "ManifoldsBase" to "0.15" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 843aa57..7da496c 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ Distributions = "0.25" DocStringExtensions = "0.7, 0.8, 0.9" KernelDensityEstimate = "0.5.10" Manifolds = "0.8" -ManifoldsBase = "0.13, 0.14" +ManifoldsBase = "0.13, 0.14, 0.15" NLsolve = "3, 4" Optim = "1" RecursiveArrayTools = "2"