Skip to content

Commit 9377a2c

Browse files
Fix Downgrade (#171)
* fix Downgrade * try OrdinaryDiffEqRosenbrock.jl v1.10 * try OrdinaryDiffEqRosenbrock.jl v1.13 * bump OrdinaryDiffEqSDIRK.jl to v1.3
1 parent 03ea097 commit 9377a2c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FastBroadcast = "0.3.5"
2323
LinearAlgebra = "1"
2424
LinearSolve = "3.7.1"
2525
MuladdMacro = "0.2.4"
26-
OrdinaryDiffEqCore = "1.16"
26+
OrdinaryDiffEqCore = "1.21"
2727
RecipesBase = "1.3.4"
2828
Reexport = "1.2.2"
2929
SciMLBase = "2.78"

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2121

2222
[compat]
23-
ADTypes = "1.12"
23+
ADTypes = "1.14"
2424
Aqua = "0.8"
2525
DoubleFloats = "1.4.3"
2626
ExplicitImports = "1.0.1"
2727
LinearAlgebra = "1"
2828
LinearSolve = "3.7.1"
2929
OrdinaryDiffEqLowOrderRK = "1.2"
30-
OrdinaryDiffEqRosenbrock = "1.5"
31-
OrdinaryDiffEqSDIRK = "1.2"
30+
OrdinaryDiffEqRosenbrock = "1.9"
31+
OrdinaryDiffEqSDIRK = "1.3"
3232
OrdinaryDiffEqTsit5 = "1.1"
3333
OrdinaryDiffEqVerner = "1.1"
3434
Plots = "1.25.11"

0 commit comments

Comments
 (0)