From 9185e5c901c0395596dba563548dda6550e3d993 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 05:32:05 +0000 Subject: [PATCH] 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 0e202f8..eae298e 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,6 @@ AutoGP = "0.1.13" BoxCox = "0.3.7" Dates = "1.10" LinearAlgebra = "1.10" -LogExpFunctions = "0.3.29" +LogExpFunctions = "0.3.29, 1" ProgressMeter = "1.10" julia = "1.11"