-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
30 lines (26 loc) · 972 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name = "OptimalBids"
uuid = "54ed2464-0158-49e7-9a8e-1c1697a616e3"
authors = ["Andrew Rosemberg"]
version = "1.3.3"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ChainRulesCore = "~1.25"
JuMP = "~1"
PowerModels = "~0.19, 0.21"
Reexport = "~1.2"
julia = "^1.6"
NonconvexBayesian = "^v0.1.5"
[extras]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Nonconvex = "01bcebdf-4d21-426d-b5c4-6132c1619978"
NonconvexBayesian = "fb352abc-de7b-48de-9ebd-665b54b5d9b3"
NonconvexIpopt = "bf347577-a06d-49ad-a669-8c0e005493b8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HiGHS", "Nonconvex", "NonconvexBayesian", "NonconvexIpopt", "ChainRulesTestUtils", "Downloads"]