Unverified Commit 74690b62 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Pin ffspec (#18837)

* Pin ffspec

* Typo
parent 3b6943e7
...@@ -109,6 +109,7 @@ _deps = [ ...@@ -109,6 +109,7 @@ _deps = [
"fairscale>0.3", "fairscale>0.3",
"faiss-cpu", "faiss-cpu",
"fastapi", "fastapi",
"fsspec!=2022.8.1",
"filelock", "filelock",
"flake8>=3.8.3", "flake8>=3.8.3",
"flax>=0.4.1", "flax>=0.4.1",
...@@ -290,6 +291,7 @@ extras["testing"] = ( ...@@ -290,6 +291,7 @@ extras["testing"] = (
"datasets", "datasets",
"dill", "dill",
"evaluate", "evaluate",
"fsspec", # can be removed once the fix is in Datasets
"pytest-timeout", "pytest-timeout",
"black", "black",
"sacrebleu", "sacrebleu",
......
...@@ -15,6 +15,7 @@ deps = { ...@@ -15,6 +15,7 @@ deps = {
"fairscale": "fairscale>0.3", "fairscale": "fairscale>0.3",
"faiss-cpu": "faiss-cpu", "faiss-cpu": "faiss-cpu",
"fastapi": "fastapi", "fastapi": "fastapi",
"fsspec": "fsspec!=2022.8.1",
"filelock": "filelock", "filelock": "filelock",
"flake8": "flake8>=3.8.3", "flake8": "flake8>=3.8.3",
"flax": "flax>=0.4.1", "flax": "flax>=0.4.1",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment