Skip to content

Commit

Permalink
Merge pull request #902 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Bump a ton of lower bounds
  • Loading branch information
ChrisRackauckas authored Sep 27, 2022
2 parents 8b4d07c + 187724e commit a393306
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DifferentialEquations"
uuid = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
authors = ["Chris Rackauckas <[email protected]>"]
version = "7.4.0"
version = "7.5.0"

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

[compat]
BoundaryValueDiffEq = "2.3"
DelayDiffEq = "5.18.0"
DiffEqBase = "6.98.2"
DiffEqCallbacks = "2.10"
DiffEqNoiseProcess = "5.0"
JumpProcesses = "9"
BoundaryValueDiffEq = "2.9"
DelayDiffEq = "5.38.0"
DiffEqBase = "6.105.0"
DiffEqCallbacks = "2.24"
DiffEqNoiseProcess = "5.13"
JumpProcesses = "9.2"
LinearSolve = "1"
OrdinaryDiffEq = "6.24.4"
RecursiveArrayTools = "2"
Reexport = "0.2, 1.0"
SciMLBase = "1.52"
SteadyStateDiffEq = "1.5"
StochasticDiffEq = "6.50"
Sundials = "3.8.1, 4.0"
OrdinaryDiffEq = "6.27.2"
RecursiveArrayTools = "2.32"
Reexport = "1.0"
SciMLBase = "1.59.3"
SteadyStateDiffEq = "1.9"
StochasticDiffEq = "6.54"
Sundials = "4.10"
julia = "1.6"

[extras]
Expand Down

0 comments on commit a393306

Please sign in to comment.