From f227db6a58992845cc532358e05e38165f3baff1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 May 2023 01:22:27 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e380d489..41a99f37 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AugmentedGaussianProcesses" uuid = "38eea1fd-7d7d-5162-9d08-f89d0f2e271e" authors = ["Theo Galy-Fajou "] -version = "0.11.5" +version = "0.11.6" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -40,7 +40,7 @@ RecipesBase = "1.0, 1.1" Reexport = "0.2, 1" SimpleTraits = "0.9" SpecialFunctions = "1, 2" -StatsBase = "0.32, 0.33" +StatsBase = "0.32, 0.33, 0.34" StatsFuns = "0.9, 1" Zygote = "0.6.7" julia = "1.6"