From 9c0a13734efd20412b920675a526f5ba34169b1a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Oct 2023 00:25:53 +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 385ad9b..4c3d9eb 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" WAV = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88" [compat] +Distributions = "0.25" WAV = "1" julia = "1"