Start automation of running filter combinations

This commit is contained in:
2026-02-03 14:33:09 +01:00
parent 840cb4e6dc
commit 8dd41dfc96
5 changed files with 354 additions and 3 deletions

2
uv.lock generated
View File

@@ -2075,6 +2075,7 @@ dependencies = [
{ name = "requests" },
{ name = "scipy" },
{ name = "taguette" },
{ name = "tqdm" },
{ name = "vl-convert-python" },
{ name = "wordcloud" },
]
@@ -2101,6 +2102,7 @@ requires-dist = [
{ name = "requests", specifier = ">=2.32.5" },
{ name = "scipy", specifier = ">=1.14.0" },
{ name = "taguette", specifier = ">=1.5.1" },
{ name = "tqdm", specifier = ">=4.66.0" },
{ name = "vl-convert-python", specifier = ">=1.9.0.post1" },
{ name = "wordcloud", specifier = ">=1.9.5" },
]