From 3dc7e7a5437912f9b1af7ba456f6e08668954c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 05:17:17 +0000 Subject: [PATCH] Update datasets requirement from <2.14,>=2.2 to >=2.2,<2.15 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.2.0...2.14.0) --- updated-dependencies: - dependency-name: datasets 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 9230aaf..7cb7feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = ["nlp", "transformers", "language-model"] requires-python = ">=3.8" dependencies = [ "click >= 8.0.4, < 9.0.0", - "datasets >= 2.2, < 2.14", + "datasets >= 2.2, < 2.15", "filelock", "jsonlines", "loguru",