From f553fcb84b3ad93ebaca07b0601f8a778c035c80 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 00:56:58 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsFuns to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d60fa60..3c13d83 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OmniPackage" uuid = "992a9bcd-042f-40bc-a011-a3ea62fdd9b8" -authors = ["Chris Elrod and contributors"] version = "0.1.4" +authors = ["Chris Elrod and contributors"] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -184,7 +184,7 @@ StableRNGs = "1" Static = "0.7, 0.8" StaticArrays = "1.5.0" StatsBase = "0.33, 0.34" -StatsFuns = "1" +StatsFuns = "1, 2" StrideArraysCore = "0.4" StringDistances = "0.11" Survival = "0.2"