Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ projects = ["test", "docs"]
[compat]
Accessors = "0.1"
ConstructionBase = "1"
DiffEqBase = "6"
DiffEqBase = "6, 7.1"
DoubleFloats = ">= 0.9.2"
LieGroups = "0.1.6"
LinearAlgebra = "1.6"
Manifolds = "0.11"
ManifoldsBase = "2"
Markdown = "1.6"
OrdinaryDiffEqCore = "3"
OrdinaryDiffEqCore = "3, 5.0"
Comment thread
mateuszbaran marked this conversation as resolved.
Outdated
Random = "1.10"
RecursiveArrayTools = "2, 3, 4"
SciMLBase = "1, 2, 3.3"
Expand Down
6 changes: 3 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ManifoldDiffEq = {path = ".."}

[compat]
DiffEqBase = "6"
DiffEqBase = "6, 7.1"
DoubleFloats = "1.7.1"
ForwardDiff = "1.3.3"
LieGroups = "0.1.10"
ManifoldDiffEq = "0.2"
Manifolds = "0.11.20"
OrdinaryDiffEq = "6.111.0"
RecursiveArrayTools = "3"
OrdinaryDiffEq = "6.111.0, 7.0"
RecursiveArrayTools = "3, 4.3"
ReverseDiff = "1.16.2"
StaticArrays = "1.9.18"
Test = "1.10"
Expand Down
Loading