Skip to content

Commit 8507560

Browse files
Add upper bound for datasets package
1 parent 5ac3544 commit 8507560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"torch>=1.11",
3131
"optimum~=1.24",
3232
"transformers>=4.36,<4.50",
33-
"datasets>=1.4.0",
33+
# TODO: Remove the upper bound after the next datasets release (https://github.com/huggingface/datasets/issues/7458)
34+
"datasets>=1.4.0,<3.4.0",
3435
"sentencepiece",
3536
"setuptools",
3637
"scipy",

0 commit comments

Comments
 (0)