-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (26 loc) · 837 Bytes
/
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
name = "IndexedFactorGraphs"
uuid = "edf0a622-c16b-410a-a162-e53dc16a76ae"
authors = ["stecrotti <[email protected]>"]
version = "0.1.3"
[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
IndexedGraphs = "8a731c18-cfb7-4915-927e-cc26b56b67cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
IndexedFactorGraphsPlotsExt = ["Plots", "GraphRecipes"]
[compat]
FillArrays = "1.7"
GraphRecipes = "0.5"
Graphs = "1.9, 1.10"
IndexedGraphs = "0.6"
Plots = "1.39"
Random = "1.9, 1.10"
SparseArrays = "1.9, 1.10"
StatsBase = "0.34"
julia = "1.9, 1.10"