From 2a2dc7d0c4c5c16a3086576b568b2da2f4b63f4f Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 22 Jan 2024 03:02:41 -0800 Subject: [PATCH 1/2] update compat for Manifolds v0.9.12 --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2125b1c5..9e9b7d25 100644 --- a/Project.toml +++ b/Project.toml @@ -78,8 +78,9 @@ FiniteDifferences = "0.12" FunctionalStateMachine = "0.2.9" JSON3 = "1" KernelDensityEstimate = "0.5.6" +LinearAlgebra = "1" ManifoldDiff = "0.3" -Manifolds = "0.9" +Manifolds = "0.9.12" ManifoldsBase = "0.15" Manopt = "0.4.40" MetaGraphs = "0.7" @@ -96,7 +97,7 @@ StatsBase = "0.32, 0.33, 0.34" StructTypes = "1" TensorCast = "0.3.3, 0.4" TimeZones = "1.3.1" -julia = "1.9" +julia = "1.10" [extras] AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e" From 9a09e88cb3f6062c01d71cd8b709a34e134e4dd7 Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 22 Jan 2024 03:19:38 -0800 Subject: [PATCH 2/2] std libraries compat to 1.10 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9e9b7d25..ec28facd 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ FiniteDifferences = "0.12" FunctionalStateMachine = "0.2.9" JSON3 = "1" KernelDensityEstimate = "0.5.6" -LinearAlgebra = "1" +LinearAlgebra = "1.10" ManifoldDiff = "0.3" Manifolds = "0.9.12" ManifoldsBase = "0.15" @@ -92,7 +92,7 @@ RecursiveArrayTools = "2.31.1, 3" Reexport = "1" SparseDiffTools = "2" StaticArrays = "1" -Statistics = "1" +Statistics = "1.10" StatsBase = "0.32, 0.33, 0.34" StructTypes = "1" TensorCast = "0.3.3, 0.4"