From 39ed165af30a7e44d8b7ab180e954da81149cb03 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:37:39 +0200 Subject: [PATCH] Support fsspec 2024.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae99e1dbec8..8d5334ae436 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ "multiprocess", # 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.5.0", + "fsspec[http]>=2023.1.0,<=2024.6.1", # for data streaming via http "aiohttp", # To get datasets from the Datasets Hub on huggingface.co