From 2deacf4254406051b8476d49396f3b559a3087e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 21:53:42 -0400 Subject: [PATCH] CompatHelper: add new compat entry for "Distributions" at version "0.25" (#251) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 568146bf..5565e87a 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" [compat] AbstractTrees = "0.3, 0.4" +Distributions = "0.25" OnlineStatsBase = "1.4.7, 1.5" OrderedCollections = "1.1" RecipesBase = "0.7, 0.8, 1.0, 1.1"