-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
54 lines (49 loc) · 1.75 KB
/
Copy pathProject.toml
File metadata and controls
54 lines (49 loc) · 1.75 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
name = "hACP"
uuid = "e0be69bb-86b8-4042-8d76-c49468aec816"
authors = ["Jan Hendrik Haneke <jhaneke@uni-muenster.de>", "Malte Luttermann <m.luttermann@uni-luebeck.de>"]
version = "0.1.0"
[deps]
BayesNets = "ba4760a4-c768-5bed-964b-cf806dc591cb"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Multisets = "3b2b4ff1-bcff-5658-a3ee-dbcf1ce5ac09"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[weakdeps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BayesNets = "3.5.2"
BenchmarkTools = "1.6.0"
CSV = "0.10.15"
CategoricalArrays = "1.0.2"
Clustering = "0.15.8"
Combinatorics = "1.0.3"
DataFrames = "1.7.1"
Dates = "1.11.0"
Distributions = "0.25.120"
JSON = "0.21.4"
Multisets = "0.4.5"
Plots = "1.40.19"
Random = "1.11.0"
Serialization = "1.11.0"
Statistics = "1.11.1"
StatsBase = "0.33.21"
StatsPlots = "0.15.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestReports = "dcd651b4-b50a-5b6b-8f22-87e9f253a252"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
[targets]
test = ["Test", "TestItemRunner", "TestReports", "DeepDiffs"]