-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 911 Bytes
/
Project.toml
File metadata and controls
33 lines (29 loc) · 911 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
26
27
28
29
30
31
32
33
name = "Roly"
uuid = "1621a601-f9d4-49dc-b032-1328811fec3a"
version = "0.1.0"
authors = ["Maximilian HUEBL <maximilian.huebl@ist.ac.at>"]
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NautyGraphs = "7509a0a4-015a-4167-b44b-0799a1a2605e"
ReverseSearch = "4c89c464-f98c-4bab-a6f2-360512b03a4e"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DataStructures = "0.18"
Graphs = "1.9"
LinearAlgebra = "1"
NautyGraphs = "0.6.2"
ReverseSearch = "0.1"
SciMLBase = "2.104.0"
SparseArrays = "1"
StaticArrays = "1"
Statistics = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]