From 18432b01d42a11fb13f6e9a1bf7ee905f57ffe43 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 10 Oct 2023 19:02:39 -0500 Subject: [PATCH] commit compat --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 2fdb5ac..6bf8334 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea" [compat] +TaylorSeries = "0.15" +GLM = "1" +StaticArrays = "1" DataFrames = "1" Bootstrap = "2" OnlineStats = "1"