Skip to content

Commit a393306

Browse files
Merge pull request #902 from SciML/ChrisRackauckas-patch-1
Bump a ton of lower bounds
2 parents 8b4d07c + 187724e commit a393306

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Project.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentialEquations"
22
uuid = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "7.4.0"
4+
version = "7.5.0"
55

66
[deps]
77
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
@@ -22,20 +22,20 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
2222
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
2323

2424
[compat]
25-
BoundaryValueDiffEq = "2.3"
26-
DelayDiffEq = "5.18.0"
27-
DiffEqBase = "6.98.2"
28-
DiffEqCallbacks = "2.10"
29-
DiffEqNoiseProcess = "5.0"
30-
JumpProcesses = "9"
25+
BoundaryValueDiffEq = "2.9"
26+
DelayDiffEq = "5.38.0"
27+
DiffEqBase = "6.105.0"
28+
DiffEqCallbacks = "2.24"
29+
DiffEqNoiseProcess = "5.13"
30+
JumpProcesses = "9.2"
3131
LinearSolve = "1"
32-
OrdinaryDiffEq = "6.24.4"
33-
RecursiveArrayTools = "2"
34-
Reexport = "0.2, 1.0"
35-
SciMLBase = "1.52"
36-
SteadyStateDiffEq = "1.5"
37-
StochasticDiffEq = "6.50"
38-
Sundials = "3.8.1, 4.0"
32+
OrdinaryDiffEq = "6.27.2"
33+
RecursiveArrayTools = "2.32"
34+
Reexport = "1.0"
35+
SciMLBase = "1.59.3"
36+
SteadyStateDiffEq = "1.9"
37+
StochasticDiffEq = "6.54"
38+
Sundials = "4.10"
3939
julia = "1.6"
4040

4141
[extras]

0 commit comments

Comments
 (0)