From 6f50fc9928e2867701b576c7243f05a3b2f5bdbe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 03:42:31 +0000 Subject: [PATCH] CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fa7b6ddf..44f89f80 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MeasureBase" uuid = "fa1605e6-acd5-459c-a1e6-7e635759db14" -authors = ["Chad Scherrer ", "Oliver Schulz ", "contributors"] version = "0.14.12" +authors = ["Chad Scherrer ", "Oliver Schulz ", "contributors"] [deps] ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" @@ -51,7 +51,7 @@ IntervalSets = "0.7" InverseFunctions = "0.1.8" IrrationalConstants = "0.1, 0.2" LinearAlgebra = "1" -LogExpFunctions = "0.3" +LogExpFunctions = "0.3, 1" LogarithmicNumbers = "1" MappedArrays = "0.4" NaNMath = "0.3, 1"