From bddab2e0fb0fa5932971513e37617178fa455d5e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 11 Jun 2024 00:19: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 4da24ebc..32b159c0 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,7 @@ TrajectoryIndexingUtils = "6dad8b7f-dd9a-4c28-9b70-85b9a079bfc8" [compat] BenchmarkTools = "1.3" CairoMakie = "0.10, 0.11, 0.12" +Distributions = "0.25" Einsum = "0.4" ExponentialAction = "0.2" ForwardDiff = "0.10"