From 5b7573b8c75d5529abc26dacd399bd8effe64ecc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Oct 2021 01:08:23 +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 1ce942c..8141761 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" [compat] -Distributions = "0.24" +Distributions = "0.24, 0.25" Flux = "0.12" Plots = "1.10" PlutoUI = "0.7"