Skip to content

Commit

Permalink
Remove duplicated extra["retrieval"] (huggingface#9621)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1t0 committed Jan 18, 2021
1 parent c60e0e1 commit 72fc9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def run(self):
extras["serving"] = deps_list("pydantic", "uvicorn", "fastapi", "starlette")

extras["sentencepiece"] = deps_list("sentencepiece", "protobuf")
extras["retrieval"] = deps_list("faiss-cpu", "datasets")
extras["testing"] = (
deps_list("pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil")
+ extras["retrieval"]
Expand Down

0 comments on commit 72fc9ab

Please sign in to comment.