From 10ac92d7c6284fceb3c9d4ff9066a5e019d02a40 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 01:02:28 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsFuns to 2 for package 0-intro-1d, (keep existing compat) --- examples/0-intro-1d/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/0-intro-1d/Project.toml b/examples/0-intro-1d/Project.toml index 0289dd6c..6d0abd40 100644 --- a/examples/0-intro-1d/Project.toml +++ b/examples/0-intro-1d/Project.toml @@ -27,4 +27,4 @@ LogDensityProblems = "2" LogDensityProblemsAD = "1" Optim = "1" Plots = "1" -StatsFuns = "1" +StatsFuns = "1, 2"