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"]