Pin ffspec (#18837)

* Pin ffspec

* Typo
This commit is contained in:
Sylvain Gugger 2022-08-31 19:04:04 +02:00 committed by GitHub
parent 3b6943e7a3
commit 74690b62a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,7 @@ _deps = [
"fairscale>0.3",
"faiss-cpu",
"fastapi",
"fsspec!=2022.8.1",
"filelock",
"flake8>=3.8.3",
"flax>=0.4.1",
@ -290,6 +291,7 @@ extras["testing"] = (
"datasets",
"dill",
"evaluate",
"fsspec", # can be removed once the fix is in Datasets
"pytest-timeout",
"black",
"sacrebleu",

View File

@ -15,6 +15,7 @@ deps = {
"fairscale": "fairscale>0.3",
"faiss-cpu": "faiss-cpu",
"fastapi": "fastapi",
"fsspec": "fsspec!=2022.8.1",
"filelock": "filelock",
"flake8": "flake8>=3.8.3",
"flax": "flax>=0.4.1",