-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
36 lines (32 loc) · 1.06 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 = "WaterModels"
uuid = "7c60b362-08f4-5b14-8680-cd67a3e18348"
authors = ["Byron Tasseff"]
repo = "https://github.com/lanl-ansi/WaterModels.jl"
version = "0.9.3"
[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
PolyhedralRelaxations = "2e741578-48fa-11ea-2d62-b52c946f73a0"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
HiGHS = "1"
InfrastructureModels = "~0.6, ~0.7"
Interpolations = "~0.14"
Ipopt = "1"
JSON = "~0.18, ~0.19, ~0.20, ~0.21"
JuMP = "1.15"
Juniper = "0.9"
Memento = "~1"
PolyhedralRelaxations = "~0.3"
julia = "1.6"
[extras]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["HiGHS", "Ipopt", "Juniper", "Logging", "Test"]