From f8744827e989ddd8b3d4599deaac09d09853e483 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 2 May 2023 16:50:25 +0000 Subject: [PATCH] bump compat for StatsBase 0.34 (#529) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 28e8e8f7..31527cfb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GLM" uuid = "38e38edf-8417-5370-95a0-9cbb8c7f171a" -version = "1.8.2" +version = "1.8.3" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -24,7 +24,7 @@ RDatasets = "0.5, 0.6, 0.7" Reexport = "0.1, 0.2, 1.0" SpecialFunctions = "0.6, 0.7, 0.8, 0.9, 0.10, 1, 2.0" StatsAPI = "1.4" -StatsBase = "0.33.5" +StatsBase = "0.33.5, 0.34" StatsFuns = "0.6, 0.7, 0.8, 0.9, 1.0" StatsModels = "0.6.23, 0.7" julia = "1"