-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
37 lines (35 loc) · 1.23 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
name = "ProbabilisticCircuits"
uuid = "2396afbe-23d7-11ea-1e05-f1aa98e17a44"
version = "0.1.1"
[deps]
BlossomV = "6c721016-9dae-5d90-abf6-67daaccb2332"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Clp = "e2554f3b-3117-50c0-817c-e040a3ddf72d"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LogicCircuits = "a7847b3b-b7f1-4dd5-83c3-60e0aa0f8599"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
BlossomV = "0.4"
Clustering = "0.14"
DataStructures = "0.17"
LightGraphs = "1.3"
LogicCircuits = "0.1.1"
MetaGraphs = "0.6"
Metis = "1.0"
Reexport = "0.2"
SimpleWeightedGraphs = "1.1"
StatsBase = "0.32"
StatsFuns = "0.9"
julia = "1.3"