Skip to content

Commit

Permalink
Update datasets requirement from <2.19,>=2.18 to >=2.18,<2.20
Browse files Browse the repository at this point in the history
Updates the requirements on [datasets](https://github.com/huggingface/datasets) to permit the latest version.
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: datasets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 01ac89d commit 1506369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["nlp", "transformers", "language-model"]
requires-python = ">=3.8"
dependencies = [
"click >= 8.0.4, < 9.0.0",
"datasets >= 2.18, < 2.19",
"datasets >= 2.18, < 2.20",
"filelock",
"jsonlines",
"loguru",
Expand Down

0 comments on commit 1506369

Please sign in to comment.