From e371026d294b9133b63c9e58cccb7f5a00caa681 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 26 Mar 2022 01:37:08 +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 3e0c60b..e8c494d 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" [compat] +Distributions = "0.25" julia = "1" [extras]