From 8e2f615e02fda7304808acc4de1a09c450412215 Mon Sep 17 00:00:00 2001 From: sepehr78 Date: Wed, 10 Jul 2024 16:25:52 +0200 Subject: [PATCH] Added distributions version in Project.toml --- Project.toml | 2 +- examples/Project.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"