-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
45 lines (39 loc) · 1.38 KB
/
Project.toml
File metadata and controls
45 lines (39 loc) · 1.38 KB
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
37
38
39
40
41
42
43
44
45
name = "ScaleInvariantAnalysis"
uuid = "727e6139-ff52-4636-a344-ed1d23e73ffc"
version = "1.0.0-DEV"
authors = ["Tim Holy <tim.holy@gmail.com> and contributors"]
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[weakdeps]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[extensions]
SIAJuMP = ["HiGHS", "JuMP"]
SIASparseArrays = "SparseArrays"
[compat]
Graphs = "1"
HiGHS = "1"
JuMP = "1"
LinearAlgebra = "1.10.0"
NautyGraphs = "0.7"
ParametricOptInterface = "0.15"
PrecompileTools = "1"
ProgressMeter = "1"
Random = "1"
SparseArrays = "1.10.0"
julia = "1.10.10"
[extras]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
NautyGraphs = "7509a0a4-015a-4167-b44b-0799a1a2605e"
ParametricOptInterface = "0ce4ce61-57bf-432b-a095-efac525d185e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Graphs", "HiGHS", "JuMP", "NautyGraphs", "ParametricOptInterface", "ProgressMeter", "Random", "SparseArrays", "Statistics", "Test"]