diff --git a/Project.toml b/Project.toml index be5a53e..6ee246f 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] julia = "1" -Distributions = "0" +Distributions = "0.22, 0.23, 0.24, 0.25" Graphs = "1" Tables = "1" Statistics = "1" diff --git a/examples/Project.toml b/examples/Project.toml index a4ba874..0956679 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -17,3 +17,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" RecursiveCausalDiscovery = "96483cbc-aa6d-4394-9266-bb69d9075284" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"