From d60cc0b241144f3701505c85488d19bfe107c737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ramos?= Date: Wed, 28 Aug 2024 18:35:42 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2d85fbb..929593c 100644 --- a/Project.toml +++ b/Project.toml @@ -15,4 +15,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" julia = "1" Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" Interpolations = "0.14, 0.15" -KernelDensity = "0.5, 0.6" \ No newline at end of file +KernelDensity = "0.5, 0.6" +StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"