diff --git a/pyproject.toml b/pyproject.toml index 4da4d67fd..7b45879c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -213,7 +213,8 @@ all = [ "farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir]", ] all-gpu = [ - "farm-haystack[docstores-gpu,audio,crawler,preprocessing,ocr,ray,dev,onnx-gpu,beir]", + # beir is incompatible with faiss-gpu: https://github.com/beir-cellar/beir/issues/71 + "farm-haystack[docstores-gpu,audio,crawler,preprocessing,ocr,ray,dev,onnx-gpu]", ] [project.urls]