From 2727d3a3735ca4de2606a857f06bd71e64361891 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 04:11:02 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.25" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 98bbc1e7..09a4dcaa 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" AxisArrays = "0.4" DataFrames = "0.21, 0.22, 1.0" DataStructures = "0.17, 0.18" -Distributions = "0.24" +Distributions = "0.24, 0.25" IterableTables = "^1" LightGraphs = "^1" Missings = "0.4, 1.0"