Skip to content

Commit

Permalink
Fixed compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Aug 23, 2022
1 parent f544249 commit fbb1d0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"


[compat]
julia = "≥1.6"
CSV = "≥0.9.3"
DataFrames = "≥1.2.2"
DiffEqBase = "≥6.73.2"
DiffEqCallbacks = "≥2.17.0"
Interpolations = "≥0.13.4"
OrdinaryDiffEq = "≥5.63.5"
RecursiveArrayTools = "≥2.17.2"
Roots = "≥1.3.3"

0 comments on commit fbb1d0f

Please sign in to comment.