-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (30 loc) · 1.03 KB
/
Project.toml
File metadata and controls
32 lines (30 loc) · 1.03 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
name = "eacp"
uuid = "3ba829c0-03ad-4139-8345-c9049ce8c52c"
authors = ["Malte Luttermann"]
version = "0.0.0"
[deps]
BayesNets = "ba4760a4-c768-5bed-964b-cf806dc591cb"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
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"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Multisets = "3b2b4ff1-bcff-5658-a3ee-dbcf1ce5ac09"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
BayesNets = "3.5.2"
CSV = "0.10.15"
Clustering = "0.15.8"
DataFrames = "1.7.0"
Dates = "1.11.0"
Distributions = "0.25.119"
Random = "1.11.0"
Serialization = "1.11.0"
Statistics = "1.11.1"
StatsBase = "0.33.21"