From e97c2266791253ed9858d8a21de4c8e52e38b656 Mon Sep 17 00:00:00 2001 From: noil-reed Date: Sat, 10 Jul 2021 19:46:01 -0500 Subject: [PATCH] update compat for Distributions --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9f13ebd..f0aea4f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "MultiKDE" uuid = "77543b7f-bd95-4024-91c1-46775346e0e7" authors = ["Ping Z. "] -version = "0.1.0" +version = "0.1.1" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" [compat] -Distributions = "0.25" julia = "1.6" +Distributions = "0.23, 0.24, 0.25" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"