From 83b6fae56a97c895d611aad98b1d0a2d9cb9779f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 00:07:36 +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 c5269a8..14e98f0 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] -Distributions = "^0.23.12" +Distributions = "^0.23.12, 0.24" GraphPlot = "^0.4.3" GraphRecipes = "^0.5.4" LightGraphs = "^1.3.4"