Unverified Commit a26c7523 authored by Albert Villanova del Moral's avatar Albert Villanova del Moral Committed by GitHub
Browse files

Unpin fsspec (#18846)

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