From 051702028faca4f507aaede8c3e31578597284f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:07:06 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#133) Co-authored-by: CompatHelper Julia --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e380d489..dd75b907 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,6 +40,7 @@ RecipesBase = "1.0, 1.1" Reexport = "0.2, 1" SimpleTraits = "0.9" SpecialFunctions = "1, 2" +Statistics = "1" StatsBase = "0.32, 0.33" StatsFuns = "0.9, 1" Zygote = "0.6.7"