diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-chroma/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-chroma/pyproject.toml
index 14506ef21ff2aae0d495bc60204c66fbabf85bfc..109bd2d44a4ea58530876dd171aae30e5073fcfe 100644
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-chroma/pyproject.toml
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-chroma/pyproject.toml
@@ -27,14 +27,12 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-vector-stores-chroma"
 readme = "README.md"
-version = "0.1.5"
+version = "0.1.6"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
 llama-index-core = "^0.10.1"
 chromadb = "^0.4.22"
-onnxruntime = "^1.17.0"
-tokenizers = "^0.15.1"
 
 [tool.poetry.group.dev.dependencies]
 ipython = "8.10.0"