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:
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",
|
||||
|
||||
Reference in New Issue
Block a user