Skip to content

Commit

Permalink
Add dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed May 20, 2022
1 parent 0529a6e commit b4fbb85
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ docstores =
farm-haystack[faiss,milvus,weaviate,graphdb,pinecone]
docstores-gpu =
farm-haystack[faiss-gpu,milvus,weaviate,graphdb,pinecone]

audio =
espnet
espnet-model-zoo
beir =
beir; platform_system != 'Windows'
crawler =
selenium
webdriver-manager
Expand All @@ -172,10 +178,9 @@ ray =
ray>=1.9.1,<2; platform_system != 'Windows'
ray>=1.9.1,<2,!=1.12.0; platform_system == 'Windows' # Avoid 1.12.0 due to https://github.com/ray-project/ray/issues/24169 (fails on windows)
aiorwlock>=1.3.0,<2

colab =
grpcio==1.43.0
beir =
beir; platform_system != 'Windows'
dev =
# Type check
mypy
Expand Down

0 comments on commit b4fbb85

Please sign in to comment.