diff --git a/setup.py b/setup.py index d1979faf63..83d44722de 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'mosaicml-streaming>=0.9.0,<0.10', 'torch>=2.4.0,<2.4.1', 'datasets>=2.19,<2.20', - 'fsspec==2023.6.0', # newer version results in a bug in datasets that duplicates data + 'fsspec==2024.9.0', # newer version results in a bug in datasets that duplicates data 'sentencepiece==0.2.0', 'einops==0.8.0', 'omegaconf>=2.2.3,<3',