Skip to content

Commit

Permalink
Update datasets requirement from <2.20,>=2.19 to >=2.20.0,<2.21
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.19.0...2.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent b7c097f commit 2d72750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'transformers>=4.42.3,<4.43',
'mosaicml-streaming>=0.7.6,<0.8',
'torch>=2.3.0,<2.4',
'datasets>=2.19,<2.20',
'datasets>=2.20.0,<2.21',
'fsspec==2023.6.0', # newer version results in a bug in datasets that duplicates data
'sentencepiece==0.1.97',
'einops==0.7.0',
Expand Down

0 comments on commit 2d72750

Please sign in to comment.