From 5b7fa0aaf54204095c92ad6bfa594ac74f0fff78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:41:22 +0000 Subject: [PATCH] chore(deps): update datasets requirement from >=3.2.0 to >=4.8.4 Updates the requirements on [datasets](https://github.com/huggingface/datasets) to permit the latest version. - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](https://github.com/huggingface/datasets/compare/3.2.0...4.8.4) --- updated-dependencies: - dependency-name: datasets dependency-version: 4.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 716d958..1f8577e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "optimum-quanto>=0.2.0", "wandb>=0.19.1", "pillow>=11.0.0", - "datasets>=3.2.0", + "datasets>=4.8.4", "accelerate>=0.29.3", ]