From eb8a9ab7f40fc082adf40c01b75ec5bec5fa6647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:28:54 +0000 Subject: [PATCH] Update datasets requirement from <5,>=2.18 to >=2.18,<6 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...5.0.0) --- updated-dependencies: - dependency-name: datasets dependency-version: 5.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 04a46a23..41b5212a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pyyaml>=6,<7", "pycgns>=6.3,<7", "zarr>=3.1,<4", - "datasets>=2.18,<5", + "datasets>=2.18,<6", "numpy>=2.0,<3", "pydantic>=2.6,<3", ]