Skip to content

Commit

Permalink
Adding Compats to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo authored May 27, 2021
1 parent ec9f0c5 commit ee406b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
julia = "1.5"
DiffEqCallbacks = "2.16.1"
DifferentialEquations = "6.16.0"
EzXML = "1.1.0"
OrdinaryDiffEq = "5.53.1"
Plots = "1.14.0"
ZipFile = "0.9.3"
Zygote = "0.6.10"

0 comments on commit ee406b3

Please sign in to comment.