From 348fdd41f81665ad5892423ef2a4cf809753f369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:45:47 +0000 Subject: [PATCH] build(deps): update datasets requirement from <4,>=2.18 to >=2.18,<5 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/2.18.0...4.0.0) --- updated-dependencies: - dependency-name: datasets dependency-version: 4.0.0 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 5487462016..06d0c2c54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ optional-dependencies.extra = [ # quantization: "bitsandbytes>=0.45.2,<0.48; sys_platform=='linux' or sys_platform=='win32'", # litgpt.evaluate: - "datasets>=2.18,<4", + "datasets>=2.18,<5", # download: "huggingface-hub[hf-transfer]>=0.21", "litdata==0.2.51",