Skip to content

Commit

Permalink
Update datasets requirement from <2.20,>=2.18 to >=2.18,<3.3
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...3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 0c2c1ff commit 8576133
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.20",
"datasets >= 2.18, < 3.3",
"filelock",
"jsonlines",
"lightning >= 2.0.0, < 2.3.0",
Expand Down

0 comments on commit 8576133

Please sign in to comment.