diff --git a/setup.py b/setup.py index b0da1c5acb0..05c5aef48e3 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ "multiprocess<0.70.17", # to align with dill<0.3.9 (see above) # to save datasets locally or on any filesystem # minimum 2023.1.0 to support protocol=kwargs in fsspec's `open`, `get_fs_token_paths`, etc.: see https://github.com/fsspec/filesystem_spec/pull/1143 - "fsspec[http]>=2023.1.0,<=2024.6.1", + "fsspec[http]>=2023.1.0,<=2024.9.0", # for data streaming via http "aiohttp", # To get datasets from the Datasets Hub on huggingface.co