From 98939588ab159e3b47ec740a029cac7f2a803a2f Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 28 Nov 2024 09:51:01 +0100 Subject: [PATCH] nicer format --- integrations/chroma/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 65c84a49f..c91cc6cb0 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -22,7 +22,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai", +dependencies = [ + "haystack-ai", "chromadb>=0.5.17", "typing_extensions>=4.8.0", "tokenizers>=0.13.2,<=0.20.3" # TODO: remove when Chroma pins tokenizers internally