From ff879f08a8a391076c9cc444f6b15c0020e01f0b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 May 2023 00:42:42 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34 for package variational, (keep existing compat) --- examples/variational/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/variational/Project.toml b/examples/variational/Project.toml index 75d7d8f3..3fde61d0 100644 --- a/examples/variational/Project.toml +++ b/examples/variational/Project.toml @@ -18,5 +18,5 @@ Optim = "1.4" OptimalTransport = "0.3" Plots = "1" ReverseDiff = "1" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" julia = "1"