Limit to inferior fsspec version (#27010)

Pin fsspec
This commit is contained in:
Lysandre Debut
2023-10-23 03:34:21 -07:00
committed by GitHub
parent f71c9ccf59
commit 700329493d
3 changed files with 3 additions and 0 deletions

View File

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