Skip to content

Commit fbc2cd4

Browse files
committed
fix: add matplotlib req for Colab install bump:patch
1 parent 86b3ee8 commit fbc2cd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/kotaemon/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ dependencies = [
4343
"llama-index-vector-stores-chroma>=0.1.9",
4444
"llama-index-vector-stores-lancedb",
4545
"openai>=1.23.6,<2",
46+
"matplotlib",
47+
"matplotlib-inline",
4648
"openpyxl>=3.1.2,<3.2",
4749
"opentelemetry-exporter-otlp-proto-grpc>=1.25.0", # https://github.com/chroma-core/chroma/issues/2571
4850
"pandas>=2.2.2,<2.3",

0 commit comments

Comments
 (0)