From fbc2cd4ce55af59999e0f5cd5bcd0d82d3f7e73c Mon Sep 17 00:00:00 2001 From: taprosoft Date: Mon, 31 Mar 2025 14:53:01 +0000 Subject: [PATCH] fix: add matplotlib req for Colab install bump:patch --- libs/kotaemon/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index 2ab6a8c..246f1ca 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -43,6 +43,8 @@ dependencies = [ "llama-index-vector-stores-chroma>=0.1.9", "llama-index-vector-stores-lancedb", "openai>=1.23.6,<2", + "matplotlib", + "matplotlib-inline", "openpyxl>=3.1.2,<3.2", "opentelemetry-exporter-otlp-proto-grpc>=1.25.0", # https://github.com/chroma-core/chroma/issues/2571 "pandas>=2.2.2,<2.3",