-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
34 lines (30 loc) · 1.03 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
name = "JuliaGrid"
uuid = "040ba96c-7d3d-4d4a-931c-37903f53a565"
authors = ["Mirsad Cosovic <[email protected]>"]
version = "0.2.1"
[deps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[compat]
HDF5 = "0.17"
JuMP = "1.15"
OrderedCollections = "1"
LinearAlgebra = "<0.0.1, 1.8"
SparseArrays = "<0.0.1, 1.8"
Random = "<0.0.1, 1.8"
PrecompileTools = "1"
julia = "1.9"
[extras]
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Suppressor", "HiGHS", "Ipopt", "GLPK", "Test"]