diff --git a/setup.py b/setup.py index bbf9da7215d..5e58064212a 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,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,<=2025.3.0", + "fsspec[http]>=2023.1.0,<=2025.7.0", # To get datasets from the Datasets Hub on huggingface.co "huggingface-hub>=0.24.0", # Utilities from PyPA to e.g., compare versions