From 9a9a4b18031993befb7866045b0070e57aca00c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20POIRET?= Date: Mon, 12 Oct 2020 12:06:31 +0200 Subject: [PATCH] Added [COMPAT] section --- Project.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Project.toml b/Project.toml index ed9d414..bca3894 100644 --- a/Project.toml +++ b/Project.toml @@ -12,3 +12,12 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" + +[compat] +julia = "^1.0" +CSV = "^0.7.7" +DataFrames = "^0.21.7" +Distributions = "^0.23.12" +HypothesisTests = "^0.10.0" +SpecialFunctions = "^0.10.3" +StatsBase = "^0.33.2"