Skip to content

Commit

Permalink
Bump lower bound of DiffEqBase to 6.48 in ModelingToolkit 3.21
Browse files Browse the repository at this point in the history
@DilumAluthge I am not quite sure how to use RegistryTools.jl to do this, so I did it by hand. Could this be checked? We missed an important lower bound:

SciML/DifferentialEquations.jl#683
SciML/ModelingToolkit.jl#601
  • Loading branch information
ChrisRackauckas committed Oct 8, 2020
1 parent c31b2ea commit 6462349
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion M/ModelingToolkit/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ UnPack = "0.1"
["3-3.9"]
DiffEqBase = "6.28.0-6"

["3.10-3"]
["3.10-3.20"]
DiffEqBase = "6.38.0-6"

["3.21-3"]
DiffEqBase = "6.48.0-6"

["3.11-3"]
Requires = "1"

Expand Down Expand Up @@ -134,3 +137,5 @@ DataStructures = "0.17"

["3.9-3.10"]
SymbolicUtils = "0.3.3-0.3"


0 comments on commit 6462349

Please sign in to comment.