From 1256277407ee56fe07900b08cd320644fe66e8d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:58:47 +0200 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.25" (#185) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aaa2ef0..b57276a 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" +Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" ForwardDiff = "0.10" NLSolversBase = "7.5" OptimBase = "2.0"