From ba4c31878e121d488cabd541439b399503f4484c Mon Sep 17 00:00:00 2001 From: slwu89 Date: Mon, 31 Jan 2022 21:33:14 -0800 Subject: [PATCH] add compat entries --- Project.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Project.toml b/Project.toml index 08fe213..6e2b4be 100644 --- a/Project.toml +++ b/Project.toml @@ -11,4 +11,18 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" + +[compat] +Catlab = "0.13" +Distributions = "0.25" +GraphViz = "0.2" +LinearAlgebra = "1.0" +Plots = "1.25" +StatsBase = "0.33" +julia = "1.0" + +[extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] \ No newline at end of file