Remove fsspec dependency which isn't directly used by transformers (#37318)

Signed-off-by: cyy <cyyever@outlook.com>
Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
cyyever
2025-04-14 18:02:28 +08:00
committed by GitHub
parent 47b9f06aa2
commit 1ef64710d2
2 changed files with 0 additions and 2 deletions

View File

@@ -112,7 +112,6 @@ _deps = [
"fastapi",
"filelock",
"flax>=0.4.1,<=0.7.0",
"fsspec<2023.10.0",
"ftfy",
"fugashi>=1.0",
"GitPython<3.1.19",