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 123aec7d3053117aaad8ecb76cf7eff08b7e8559 Mon Sep 17 00:00:00 2001 From: Anatoli Piakhouski Date: Mon, 22 Jun 2026 11:03:14 +0000 Subject: [PATCH 2/2] deps: bump tqdm from 4.68.1 to 4.68.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0f8370..e2ed6bb8 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.3", "numpy", "scipy", "librosa",