Skip to content

Commit c624231

Browse files
authored
Merge branch 'huggingface:main' into solving-6832
2 parents 3748d68 + 6790e13 commit c624231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"multiprocess<0.70.17", # to align with dill<0.3.9 (see above)
127127
# to save datasets locally or on any filesystem
128128
# 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",
129+
"fsspec[http]>=2023.1.0,<=2025.7.0",
130130
# To get datasets from the Datasets Hub on huggingface.co
131131
"huggingface-hub>=0.24.0",
132132
# Utilities from PyPA to e.g., compare versions

0 commit comments

Comments
 (0)