fix: add matplotlib req for Colab install bump:patch

This commit is contained in:
taprosoft 2025-03-31 14:53:01 +00:00
parent 86b3ee8b29
commit fbc2cd4ce5

View File

@ -43,6 +43,8 @@ dependencies = [
"llama-index-vector-stores-chroma>=0.1.9", "llama-index-vector-stores-chroma>=0.1.9",
"llama-index-vector-stores-lancedb", "llama-index-vector-stores-lancedb",
"openai>=1.23.6,<2", "openai>=1.23.6,<2",
"matplotlib",
"matplotlib-inline",
"openpyxl>=3.1.2,<3.2", "openpyxl>=3.1.2,<3.2",
"opentelemetry-exporter-otlp-proto-grpc>=1.25.0", # https://github.com/chroma-core/chroma/issues/2571 "opentelemetry-exporter-otlp-proto-grpc>=1.25.0", # https://github.com/chroma-core/chroma/issues/2571
"pandas>=2.2.2,<2.3", "pandas>=2.2.2,<2.3",