From d5ace493245f8b8e250dfc7af36f7d4c7ba8ebaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 01:08:39 +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 aa13727..7e18c55 100644 --- a/Project.toml +++ b/Project.toml @@ -11,9 +11,9 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25" DocStringExtensions = "0.6, 0.7, 0.8" LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20" -Distributions = "0.20, 0.21, 0.22, 0.23, 0.24" julia = "1.4" [extras]