You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@
127
127
"multiprocess<0.70.17", # to align with dill<0.3.9 (see above)
128
128
# to save datasets locally or on any filesystem
129
129
# 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
130
-
"fsspec[http]>=2023.1.0,<=2024.12.0",
130
+
"fsspec[http]>=2023.1.0,<=2025.3.0",
131
131
# for data streaming via http
132
132
"aiohttp",
133
133
# To get datasets from the Datasets Hub on huggingface.co
0 commit comments