From 20fddacddfbceb6127581455484ed23fa5157d9f Mon Sep 17 00:00:00 2001 From: sepehr78 Date: Thu, 4 Jul 2024 17:46:22 +0200 Subject: [PATCH] Added compat --- Project.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 54b9124..881fe53 100644 --- a/Project.toml +++ b/Project.toml @@ -11,9 +11,16 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" +[compat] +julia = "1.10" +Distributions = "0.25" +Graphs = "1.11" +Tables = "1.11" +Statistics = "1" + [extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test", "CSV"]