Skip to content

Commit

Permalink
Added compat versions for all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattBrzezinski committed Dec 13, 2019
1 parent 125089a commit 9e23d65
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
JuMP = "0.20"
PowerModels = "v0.12.5"
julia = "1.2"
Ipopt = "0.5, 0.6"
JuMP = "0.19, 0.20"
OrderedCollections = "1.0"
PowerModels = "0.12, 0.13"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 9e23d65

Please sign in to comment.