This commit is contained in:
2025-12-16 14:39:54 -08:00
parent a5ffd8315e
commit 12e14e3c9b
7 changed files with 787 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"marimo>=0.18.0",
"modin>=0.37.1",
"numpy>=2.3.5",
"ollama>=0.6.1",
"openai>=2.9.0",
@@ -13,4 +14,5 @@ dependencies = [
"pyzmq>=27.1.0",
"requests>=2.32.5",
"taguette>=1.5.1",
"wordcloud>=1.9.4",
]