Unpin fsspec (#18846)

This commit is contained in:
Albert Villanova del Moral
2022-09-01 10:20:15 +02:00
committed by GitHub
parent 359f7b4b8d
commit a26c752353
2 changed files with 0 additions and 3 deletions

View File

@@ -109,7 +109,6 @@ _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",
@@ -291,7 +290,6 @@ 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",

View File

@@ -15,7 +15,6 @@ 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",