Skip to content

Commit

Permalink
better set compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jan 18, 2021
1 parent 545109a commit a18629b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
CSV = "<1"
Calculus = "<1"
Colors = "<1"
Conda = "<2"
DiffEqBase = "<7"
CSV = "0.8.2"
Calculus = "0.5"
Colors = "0.12"
Conda = "1"
DiffEqBase = "6"
DiffEqSensitivity = "6.22.0"
ForwardDiff = "<1"
Images = "<1"
ForwardDiff = "0.10"
Images = "0.23"
IterTools = "1.3.0"
OrdinaryDiffEq = "<6"
Parameters = "<1"
PyCall = "<2"
PyPlot = "<3"
QuartzImageIO = "<1"
ReverseDiff = "<2"
SmoothingSplines = "<1"
SpecialFunctions = "<1"
StaticArrays = "<1"
Sundials = "<5"
OrdinaryDiffEq = "5"
Parameters = "0.12"
PyCall = "1"
PyPlot = "2"
QuartzImageIO = "0.7"
ReverseDiff = "1"
SmoothingSplines = "0.2.1"
SpecialFunctions = "0.10"
StaticArrays = "0.12"
Sundials = "4"
Tracker = "0.2"
Unitful = "1.3.0"
YAML = "<1"
YAML = "0.4"
julia = "1.3"

0 comments on commit a18629b

Please sign in to comment.