Skip to content
Snippets Groups Projects
Unverified Commit 8783e603 authored by Logan's avatar Logan Committed by GitHub
Browse files

remove unneeded chroma deps (#11775)

parent 5178106c
Branches
Tags
No related merge requests found
...@@ -27,14 +27,12 @@ exclude = ["**/BUILD"] ...@@ -27,14 +27,12 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-vector-stores-chroma" name = "llama-index-vector-stores-chroma"
readme = "README.md" readme = "README.md"
version = "0.1.5" version = "0.1.6"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1" llama-index-core = "^0.10.1"
chromadb = "^0.4.22" chromadb = "^0.4.22"
onnxruntime = "^1.17.0"
tokenizers = "^0.15.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
ipython = "8.10.0" ipython = "8.10.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment