-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
39 lines (37 loc) · 1.43 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
37
38
39
name = "MultilayerGraphs"
uuid = "af984530-d72f-4904-8b81-b992bbbeaf3f"
authors = ["Claudio Moroni <43729990+ClaudMor@users.noreply.github.com>", "Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>"]
version = "1.1.4"
[deps]
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
SimpleValueGraphs = "b43c691f-cac2-5415-8122-396fe16a49fc"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
WhereTraits = "c9d4e05b-6318-49cb-9b56-e0e2b0ceadd8"
[compat]
Bijections = "0.1"
DataStructures = "0.18"
Distributions = "0.25"
Graphs = "1"
IterTools = "1.4"
MetaGraphs = "0.7"
OMEinsum = "0.7"
PrettyTables = "2.2"
SimpleTraits = "0.9"
SimpleValueGraphs = "0.4"
SimpleWeightedGraphs = "1.2"
TensorOperations = "3.2"
WhereTraits = "1"
julia = "1.8"