-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
36 lines (32 loc) · 1.11 KB
/
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
31
32
33
34
35
36
name = "PetroleumModels"
uuid = "5779e974-1f92-11eb-9f64-57741d3a5e0e"
authors = ["Elena Khlebnikova <[email protected]>"]
repo = "https://github.com/lanl-ansi/PetroleumModels.jl.git"
version = "0.1"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[compat]
Cbc = ">= 0.4"
Dierckx = "~0.4, ~0.5"
InfrastructureModels = "~0.5"
Ipopt = ">= 0.4"
JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "~0.20, ~0.21"
Juniper = ">= 0.4"
MathOptInterface = "~0.8.4, ~0.9"
Memento = "~0.10, ~0.11, ~0.12, ~0.13, ~1.0, ~1.1"
julia = "~1"
[extras]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Ipopt", "Juniper", "Cbc", "Test"]