From cf553ff4aad47bd0f515580e7d18a8bf95ea41c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:39:28 +0000 Subject: [PATCH] Update CategoricalDistributions requirement to 0.2.1 in /docs Updates the requirements on [CategoricalDistributions](https://github.com/JuliaAI/CategoricalDistributions.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAI/CategoricalDistributions.jl/releases) - [Commits](https://github.com/JuliaAI/CategoricalDistributions.jl/compare/v0.1.0...v0.2.1) --- updated-dependencies: - dependency-name: CategoricalDistributions dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 5b317f298..35069c27a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,10 +24,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] +CategoricalDistributions = "0.2.1" Documenter = "1" -ScientificTypesBase = "3.1.0" -IterationControl = "0.5.4" EvoTrees = "0.18.5" +IterationControl = "0.5.4" MLJClusteringInterface = "0.1.13" +ScientificTypesBase = "3.1.0" TypedTables = "1.4.6" julia = "1.6"