Skip to content

Commit 3fee901

Browse files
authored
Merge pull request #1814 from JuliaRobotics/24Q1/compat/mjl0912
update compat for Manifolds v0.9.12
2 parents 7910b27 + 9a09e88 commit 3fee901

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ FiniteDifferences = "0.12"
7878
FunctionalStateMachine = "0.2.9"
7979
JSON3 = "1"
8080
KernelDensityEstimate = "0.5.6"
81+
LinearAlgebra = "1.10"
8182
ManifoldDiff = "0.3"
82-
Manifolds = "0.9"
83+
Manifolds = "0.9.12"
8384
ManifoldsBase = "0.15"
8485
Manopt = "0.4.40"
8586
MetaGraphs = "0.7"
@@ -91,12 +92,12 @@ RecursiveArrayTools = "2.31.1, 3"
9192
Reexport = "1"
9293
SparseDiffTools = "2"
9394
StaticArrays = "1"
94-
Statistics = "1"
95+
Statistics = "1.10"
9596
StatsBase = "0.32, 0.33, 0.34"
9697
StructTypes = "1"
9798
TensorCast = "0.3.3, 0.4"
9899
TimeZones = "1.3.1"
99-
julia = "1.9"
100+
julia = "1.10"
100101

101102
[extras]
102103
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"

0 commit comments

Comments
 (0)