From 9cd9d37c3587778136df47c8a70e7c64c9883088 Mon Sep 17 00:00:00 2001 From: Colin Bowers Date: Tue, 28 Sep 2021 13:17:05 +1000 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index e305b69..90a1681 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,10 @@ TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e" [compat] julia = "1" +DataFrames = "1" +Distributions = "0.24, 0.25, 0.26, 0.27, 0.28" +StatsBase = "0.31, 0.32, 0.33, 0.34, 0.35, 0.36" +TimeSeries = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"