From 9e0d3ebeb49ab9fef03378b8cfbd9230fef4c001 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 03:57:34 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6efe1882..69391b44 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ HypothesisTests = "v0.11" InteractiveUtils = "1" LambertW = "1.0.0" LinearAlgebra = "1" -LogExpFunctions = "0.3" +LogExpFunctions = "0.3, 1" MvNormalCDF = "0.2, 0.3" Optim = "2" Plots = "1" From dd39fb54f529481b5d12102531cb231799642140 Mon Sep 17 00:00:00 2001 From: Oskar Laverny Date: Tue, 21 Jul 2026 08:29:08 +0200 Subject: [PATCH 2/2] Update StatsFuns version range in Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 69391b44..01f55cea 100644 --- a/Project.toml +++ b/Project.toml @@ -61,7 +61,7 @@ SpecialFunctions = "2" StableRNGs = "1" Statistics = "1" StatsBase = "0.33, 0.34" -StatsFuns = "0.9, 1.3" +StatsFuns = "0.9, 1.3, 2" TaylorSeries = "0.20, 0.21, 0.22" Test = "1" julia = "1"