From 55034e797619c64d2be91708952da94091e4ddca Mon Sep 17 00:00:00 2001 From: Anatoli Piakhouski Date: Mon, 15 Jun 2026 11:05:39 +0000 Subject: [PATCH 1/2] chore: add .worktrees/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 10b4c39b..5390ab00 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,5 @@ tags /checkpoints/ exp .gradio/ -experimental_voices \ No newline at end of file +experimental_voices +.worktrees/ \ No newline at end of file From 14f03cce2704e46dc74ea35796e562a71e7ac7e1 Mon Sep 17 00:00:00 2001 From: Anatoli Piakhouski Date: Mon, 15 Jun 2026 11:08:04 +0000 Subject: [PATCH 2/2] deps: bump tqdm from 4.68.1 to 4.68.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0f8370..8e124bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "llvmlite>=0.40.0", "numba>=0.57.0", "diffusers", - "tqdm", + "tqdm>=4.68.2", "numpy", "scipy", "librosa",