From 9504f3f5d4d615cacd7ff27ec81717c8ae96c7c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 00:37:44 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.24" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b50662d..c3348eb 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ WoodburyMatrices = "efce3f68-66dc-5838-9240-27a6d6f5f9b6" [compat] ADI = "0.1, 0.2" -Distributions = "0.22,0.23" +Distributions = "0.22,0.23, 0.24" HCIToolbox = "0.2,0.3" ImageTransformations = "0.8" Interpolations = "0.12"