Skip to content

Commit

Permalink
build(deps): update datasets requirement in /requirements
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.0.0...2.16.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5b4003b commit 89865cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/datatype_audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ torchaudio <=2.0.2
torchvision <=0.15.2
librosa >=0.8.1, <=0.10.0.post2
transformers >=4.13.0, <=4.30.2
datasets >1.16.1, <=2.13.1
datasets >1.16.1, <=2.16.1
2 changes: 1 addition & 1 deletion requirements/datatype_text.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sentencepiece >=0.1.95, <=0.1.99
filelock <=3.12.2
transformers >=4.13.0, <=4.30.2
torchmetrics[text] >0.5.0, <1.1.0
datasets >=2.0.0, <=2.13.1
datasets >=2.0.0, <=2.16.1
sentence-transformers <=2.2.2
ftfy <=6.1.1
regex <=2023.6.3

0 comments on commit 89865cb

Please sign in to comment.