From e793f9a75c78dc717d4672a0fd6e5d39684122b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:02:36 +0000 Subject: [PATCH] Update LogExpFunctions requirement 1.0 Updates the requirements on [LogExpFunctions](https://github.com/JuliaStats/LogExpFunctions.jl) to permit the latest version. Updates `LogExpFunctions` to 1.0.0 - [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases) - [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaStats/LogExpFunctions.jl/compare/v0.3.0...v1.0.0) --- updated-dependencies: - dependency-name: LogExpFunctions dependency-version: 1.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0e5ece1..5932e79 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Aqua = "0.8" Distributions = "0.25" ExplicitImports = "1.14.0" JET = "0.9, 0.10, 0.11" -LogExpFunctions = "0.3" +LogExpFunctions = "0.3, 1.0" PrecompileTools = "1" Random = "1.10" Statistics = "1"