Skip to content

Commit dd09f9e

Browse files
build: bump SciMLBase, DiffEqBase, OrdinaryDiffEqCore, StochasticDiffEq compats
1 parent a7b8b21 commit dd09f9e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Adapt = "4"
3636
Aqua = "0.8"
3737
ArrayInterface = "7.15"
3838
DataStructures = "0.18, 0.19"
39-
DiffEqBase = "6.181"
39+
DiffEqBase = "6.186"
4040
DiffEqCallbacks = "4.7"
4141
DocStringExtensions = "0.9"
4242
ExplicitImports = "1"
@@ -47,18 +47,19 @@ KernelAbstractions = "0.9"
4747
LinearAlgebra = "1"
4848
LinearSolve = "3"
4949
OrdinaryDiffEq = "6"
50+
OrdinaryDiffEqCore = "1.32.0"
5051
Pkg = "1"
5152
PoissonRandom = "0.4"
5253
Random = "1"
5354
RecursiveArrayTools = "3.32"
5455
Reexport = "1.2"
5556
SafeTestsets = "0.1"
56-
SciMLBase = "2.95"
57+
SciMLBase = "2.115"
5758
Setfield = "1.1"
5859
StableRNGs = "1"
5960
StaticArrays = "1.9"
6061
Statistics = "1"
61-
StochasticDiffEq = "6"
62+
StochasticDiffEq = "6.82"
6263
SymbolicIndexingInterface = "0.3.35"
6364
Test = "1"
6465
UnPack = "1.0.2"
@@ -72,6 +73,7 @@ FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
7273
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7374
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
7475
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
76+
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
7577
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
7678
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
7779
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

0 commit comments

Comments
 (0)