From a8548d5e668650d1e484f7d598e0a266584e9bca Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 20 Aug 2023 00:49:35 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b488aaa..6d18b1c 100644 --- a/Project.toml +++ b/Project.toml @@ -17,4 +17,5 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] +Distributions = "0.25" julia = "1.9"