mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
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:
parent
47b9f06aa2
commit
1ef64710d2
1
setup.py
1
setup.py
@ -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",
|
||||
|
@ -19,7 +19,6 @@ deps = {
|
||||
"fastapi": "fastapi",
|
||||
"filelock": "filelock",
|
||||
"flax": "flax>=0.4.1,<=0.7.0",
|
||||
"fsspec": "fsspec<2023.10.0",
|
||||
"ftfy": "ftfy",
|
||||
"fugashi": "fugashi>=1.0",
|
||||
"GitPython": "GitPython<3.1.19",
|
||||
|
Loading…
Reference in New Issue
Block a user