From 16412484a658b9dbee017a31e5439f51fb928222 Mon Sep 17 00:00:00 2001 From: ZanSara Date: Wed, 1 Jun 2022 17:52:55 +0200 Subject: [PATCH] Add audio group to test, all and all-gpu --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index afa8d64799..34fb88fcdc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -204,11 +204,11 @@ dev = watchdog #==1.0.2 requests-cache test = - farm-haystack[docstores,crawler,preprocessing,ocr,ray,dev] + farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev] all = - farm-haystack[docstores,crawler,preprocessing,ocr,ray,dev,onnx,beir] + farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir] all-gpu = - farm-haystack[docstores-gpu,crawler,preprocessing,ocr,ray,dev,onnx-gpu,beir] + farm-haystack[docstores-gpu,audio,crawler,preprocessing,ocr,ray,dev,onnx-gpu,beir] [tool:pytest]