From e0b84ad3d983721d7008aa8760a361ba1b2b747d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 14 Nov 2024 01:20:46 +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 b833e42..5457511 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SafeTensors = "eeda0dda-7046-4914-a807-2495fc7abb89" [compat] +Distributions = "0.25" julia = "1.9" [extras]