progress apply

This commit is contained in:
2025-12-16 16:28:07 -08:00
parent 12e14e3c9b
commit 228a6daa59
5 changed files with 212 additions and 45 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"marimo>=0.18.0",
"modin>=0.37.1",
"modin[dask]>=0.37.1",
"numpy>=2.3.5",
"ollama>=0.6.1",
"openai>=2.9.0",
@@ -14,5 +14,9 @@ dependencies = [
"pyzmq>=27.1.0",
"requests>=2.32.5",
"taguette>=1.5.1",
"wordcloud>=1.9.4",
"wordcloud>=1.9.5",
]
[tool.uv.sources]
wordcloud = { git = "https://github.com/amueller/word_cloud.git" }