-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (33 loc) · 1.14 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
name = "BeliefPropagation"
uuid = "f47dce41-c8ad-4b69-b8b4-f2a36c7ebdf8"
authors = ["stecrotti <[email protected]>"]
version = "0.1.2"
[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
CavityTools = "217fe2f1-7e3d-419f-9934-cd6900c2759a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
IndexedFactorGraphs = "edf0a622-c16b-410a-a162-e53dc16a76ae"
IndexedGraphs = "8a731c18-cfb7-4915-927e-cc26b56b67cd"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BlockArrays = "0.16"
CavityTools = "0.2.3, 0.3, 1.0, 1.1, 1.2"
ForwardDiff = "0.10"
Graphs = "1.9"
IndexedFactorGraphs = "0.1.2"
IndexedGraphs = "0.4.1, 0.5, 0.6"
InvertedIndices = "1.3"
LinearAlgebra = "1.9"
LogExpFunctions = "0.3"
Random = "1.9"
SparseArrays = "1.9"
Statistics = "1.9"
Test = "1.9"
julia = "1.9"