fixed plot alt-text-tag function

This commit is contained in:
2026-02-02 17:07:44 +01:00
parent 45dd121d90
commit 02a0214539
5 changed files with 244 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"altair>=6.0.0",
"imagehash>=4.3.1",
"marimo>=0.18.0",
"matplotlib>=3.10.8",
"modin[dask]>=0.37.1",
@@ -14,6 +15,7 @@ dependencies = [
"openai>=2.9.0",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"pillow>=11.0.0",
"polars>=1.37.1",
"pyarrow>=23.0.0",
"pysqlite3>=0.6.0",