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.
2 parents 3748d68 + 6790e13 commit c624231Copy full SHA for c624231
setup.py
@@ -126,7 +126,7 @@
126
"multiprocess<0.70.17", # to align with dill<0.3.9 (see above)
127
# to save datasets locally or on any filesystem
128
# 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
129
- "fsspec[http]>=2023.1.0,<=2025.3.0",
+ "fsspec[http]>=2023.1.0,<=2025.7.0",
130
# To get datasets from the Datasets Hub on huggingface.co
131
"huggingface-hub>=0.24.0",
132
# Utilities from PyPA to e.g., compare versions
0 commit comments