-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
59 lines (53 loc) · 1.95 KB
/
Project.toml
File metadata and controls
59 lines (53 loc) · 1.95 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "GraphPPL"
uuid = "b3f8163a-e979-4e85-b43e-1f63d8c8b42c"
authors = ["Wouter Nuijten <wouternuijten@gmail.com>", "Dmitry Bagaev <bvdmitri@gmail.com>"]
version = "4.6.6"
[deps]
BitSetTuples = "0f2f92aa-23a3-4d05-b791-88071d064721"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
[weakdeps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
[extensions]
GraphPPLDistributionsExt = "Distributions"
GraphPPLGraphVizExt = "GraphViz"
GraphPPLPlottingExt = ["Cairo", "GraphPlot"]
[compat]
BitSetTuples = "1.1"
Cairo = "1.0"
DataStructures = "0.18, 0.19"
Dictionaries = "0.4"
Distributions = "0.25"
Documenter = "1.0"
GraphPlot = "0.5, 0.6"
GraphViz = "0.2"
MacroTools = "0.5"
MetaGraphsNext = "0.6, 0.7"
NamedTupleTools = "0.14"
Static = "0.8, 1"
StaticArrays = "1.6"
TupleTools = "1.4"
Unrolled = "0.1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Distributions", "Documenter", "Graphs", "GraphViz", "Hwloc", "LinearAlgebra", "ReTestItems", "Test"]