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
@@ -129,7 +129,7 @@
129
129
"multiprocess",
130
130
# to save datasets locally or on any filesystem
131
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.5.0",
132
+
"fsspec[http]>=2023.1.0,<=2024.6.1",
133
133
# for data streaming via http
134
134
"aiohttp",
135
135
# To get datasets from the Datasets Hub on huggingface.co
0 commit comments