mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
fix: add chromadb and qdrant-client back to test dependency group
Integration tests need these dependencies even though unit tests don't.
This commit is contained in:
parent
33e380ffeb
commit
80a29d9797
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ test = [
|
|||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"requests",
|
||||
"chromadb>=1.0.15",
|
||||
"qdrant-client",
|
||||
"pymilvus>=2.6.1",
|
||||
"milvus-lite>=2.5.0",
|
||||
"weaviate-client>=4.16.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue