-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (23 loc) · 799 Bytes
/
Project.toml
File metadata and controls
25 lines (23 loc) · 799 Bytes
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
name = "ConScape"
uuid = "2ba2d6f2-f651-5162-bda8-601e45ce5244"
version = "0.3.0"
[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ArnoldiMethod = "0.0.4, 0.4"
DelimitedFiles = "1"
Graphs = "1"
LaTeXStrings = "1.1"
Plots = "1.4"
ProgressLogging = "0.1"
SimpleWeightedGraphs = "1.1"
julia = "1.9"