We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa705e commit 6457be6Copy full SHA for 6457be6
setup.py
@@ -129,7 +129,7 @@
129
"multiprocess<0.70.17", # to align with dill<0.3.9 (see above)
130
# to save datasets locally or on any filesystem
131
# 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
132
- "fsspec[http]>=2023.1.0,<=2024.9.0",
+ "fsspec[http]>=2023.1.0,<=2024.12.0",
133
# for data streaming via http
134
"aiohttp",
135
# To get datasets from the Datasets Hub on huggingface.co
0 commit comments