From 5575080de807af105834f424a64f68a40f81ad20 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 6 Feb 2025 01:02:20 +0000 Subject: [PATCH] CompatHelper: bump compat for ManifoldsBase to 1, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 57a12c81..9657f385 100644 --- a/Project.toml +++ b/Project.toml @@ -32,12 +32,12 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [weakdeps] -GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45" +GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" [extensions] -DFGPlots = "GraphPlot" BlobArrow = "Arrow" +DFGPlots = "GraphPlot" [compat] Aqua = "0.8" @@ -57,7 +57,7 @@ InteractiveUtils = "1.10" JSON3 = "1" LinearAlgebra = "1.10" Manifolds = "0.9, 0.10" -ManifoldsBase = "0.14, 0.15" +ManifoldsBase = "0.14, 0.15, 1" OrderedCollections = "1.4" Pkg = "1.4, 1.5" ProgressMeter = "1"