From 2e404ee2262c510a1ec032808af03bcaf7b14655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:24:22 +0000 Subject: [PATCH] Update MLUtils requirement to 0.4.12 Updates the requirements on [MLUtils](https://github.com/JuliaML/MLUtils.jl) to permit the latest version. - [Release notes](https://github.com/JuliaML/MLUtils.jl/releases) - [Commits](https://github.com/JuliaML/MLUtils.jl/compare/v0.4.11...v0.4.12) --- updated-dependencies: - dependency-name: MLUtils dependency-version: 0.4.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 4f6336a..0c83912 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,3 +6,6 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" [sources] HuggingFaceDatasets = {path = ".."} + +[compat] +MLUtils = "0.4.12"