Skip to content

Commit

Permalink
Merge pull request #7 from invenia/MB/compat-deps
Browse files Browse the repository at this point in the history
Added compat versions for all dependencies
  • Loading branch information
mattBrzezinski authored Dec 13, 2019
2 parents 125089a + 9e23d65 commit 3533de2
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

2 comments on commit 3533de2

@mattBrzezinski
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/6695

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 3533de233d090801269bb7028d08b9d96d130a2c
git push origin v0.1.0

Please sign in to comment.