From 4fc81cc5843c316b7d212981d1fc8019755814ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 18:01:32 +0100 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#47) * CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 28adc66a..b16e32a8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AdvancedVI" uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c" -version = "0.2.2" +version = "0.2.3" [deps] Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" @@ -24,7 +24,7 @@ DocStringExtensions = "0.8, 0.9" ForwardDiff = "0.10.3" ProgressMeter = "1.0.0" Requires = "0.5, 1.0" -StatsBase = "0.32, 0.33" +StatsBase = "0.32, 0.33, 0.34" StatsFuns = "0.8, 0.9, 1" Tracker = "0.2.3" julia = "1.6"