From 24f5337eabd27401453f36021187840bd89dfbc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 00:05:37 +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 4b8bee3..19bb255 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] BenchmarkTools = "^0.4.3, 0.5, 0.6" Calculus = "0.4, 0.5" -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" FileIO = "1.0.7, 1.1, 1.2, ^1.3" HDF5 = "0.12, 0.13, 0.14, 0.15" JLD2 = "^0.1.3, 0.2, 0.3, 0.4"