migration to altair plots

This commit is contained in:
2026-01-28 21:01:39 +01:00
parent 3f929d93fd
commit 0485f991d2
5 changed files with 601 additions and 828 deletions

View File

@@ -6,7 +6,6 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"altair>=6.0.0",
"kaleido>=1.2.0",
"marimo>=0.18.0",
"matplotlib>=3.10.8",
"modin[dask]>=0.37.1",
@@ -15,12 +14,13 @@ dependencies = [
"openai>=2.9.0",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"plotly>=6.5.1",
"polars>=1.37.1",
"pyarrow>=23.0.0",
"pysqlite3>=0.6.0",
"pyzmq>=27.1.0",
"requests>=2.32.5",
"taguette>=1.5.1",
"vl-convert-python>=1.9.0.post1",
"wordcloud>=1.9.5",
]