From eebc59a9ee0e8f9bf56947d76ebd6d36032edb8a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 Aug 2021 00:07:58 +0000 Subject: [PATCH] CompatHelper: bump compat for Distributions to 0.25, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index da4ed929..31192035 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ DataDeps = "0.7" DataFrames = "0.20, 0.21" DecisionTree = "0.10" DefaultApplication = "1" -Distributions = "0.21, 0.22, 0.23" +Distributions = "0.21, 0.22, 0.23, 0.25" Documenter = "0.24" DocumenterLaTeX = "0.2" DocumenterMarkdown = "0.2"