fix: replace tqdm progress bars with Rich progress bars

This commit is contained in:
Philipp Emanuel Weidmann
2026-03-28 18:30:15 +05:30
parent 1126332281
commit 96c7a7d98a
5 changed files with 58 additions and 12 deletions
+1
View File
@@ -38,6 +38,7 @@ dependencies = [
"pydantic-settings~=2.13",
"questionary~=2.1",
"rich~=14.3",
"tqdm~=4.67",
"transformers~=5.3",
]