diff --git a/setup.py b/setup.py index 311d3da736..16cb8686c7 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ 'transformers>=4.43.2,<4.47', 'mosaicml-streaming>=0.10.0,<0.11', 'torch>=2.5.1,<2.5.2', - 'datasets>=2.20.0,<3.2', + 'datasets>=2.20.0,<3.3', 'fsspec==2023.6.0', # newer version results in a bug in datasets that duplicates data 'sentencepiece==0.2.0', 'einops==0.8.0',