From 86e9052e25476a72846861c70906c8d213c182c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 11:53:35 +0000 Subject: [PATCH] Update StatsFuns requirement from 0.9.15, 1 to 0.9.15, 1, 2.0 Updates the requirements on [StatsFuns](https://github.com/JuliaStats/StatsFuns.jl) to permit the latest version. - [Release notes](https://github.com/JuliaStats/StatsFuns.jl/releases) - [Commits](https://github.com/JuliaStats/StatsFuns.jl/commits/v2.0.0) --- updated-dependencies: - dependency-name: StatsFuns dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91e11a7..f946933 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Reexport = "1.2" StaticArrays = "1.2" Statistics = "1.10" StatsAPI = "1.6" -StatsFuns = "0.9.15, 1" +StatsFuns = "0.9.15, 1, 2.0" julia = "1.10" [extras]