Skip to content

Commit

Permalink
CompatHelper: bump compat for JuMP to 0.23, (keep existing compat) (#9)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for JuMP to 0.23, (keep existing compat)

* Update Project.toml

* Update Project.toml

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Andrew David Werner Rosemberg <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2022
1 parent 27d125b commit 561ad63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name = "OptimalBids"
uuid = "54ed2464-0158-49e7-9a8e-1c1697a616e3"
authors = ["Andrew Rosemberg"]
version = "1.2.0"
version = "1.2.1"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "^1.6"
JuMP = "~0.22"
Reexport = "~1.2"
JuMP = "^0.22"
PowerModels = "~0.19"
Reexport = "~1.2"
julia = "^1.6"

[extras]
Clp = "e2554f3b-3117-50c0-817c-e040a3ddf72d"
Nonconvex = "01bcebdf-4d21-426d-b5c4-6132c1619978"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
NonconvexBayesian = "fb352abc-de7b-48de-9ebd-665b54b5d9b3"
NonconvexIpopt = "bf347577-a06d-49ad-a669-8c0e005493b8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Clp", "Nonconvex", "NonconvexBayesian", "NonconvexIpopt"]

0 comments on commit 561ad63

Please sign in to comment.