Skip to content

Commit 5812e3e

Browse files
Merge pull request #2500 from ErikQQY/qqy/firk_compat
OrdinaryDiffEqFIRK missing compats
2 parents 32333c7 + 15c3299 commit 5812e3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,23 @@ DiffEqBase = "6.152.2"
2727
DiffEqDevTools = "2.44.4"
2828
FastBroadcast = "0.3.5"
2929
FastPower = "1"
30+
GenericLinearAlgebra = "0.3.13"
31+
GenericSchur = "0.5.4"
3032
LinearAlgebra = "<0.0.1, 1"
3133
LinearSolve = "2.32.0"
3234
MuladdMacro = "0.2.4"
3335
ODEProblemLibrary = "0.1.8"
3436
OrdinaryDiffEqCore = "1.1"
3537
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
3638
OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1"
39+
Polynomials = "4.0.11"
3740
Random = "<0.0.1, 1"
3841
RecursiveArrayTools = "3.27.0"
3942
Reexport = "1.2.2"
43+
RootedTrees = "2.23.1"
4044
SafeTestsets = "0.1.0"
4145
SciMLOperators = "0.3.9"
46+
Symbolics = "6.15.3"
4247
Test = "<0.0.1, 1"
4348
julia = "1.10"
4449

0 commit comments

Comments
 (0)