From cf63ac8e2e33ea8f9d80f6825716b0d0d0cd13b6 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 9 Sep 2024 09:50:43 +0000 Subject: [PATCH 1/4] update dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c46bdb..86867a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,11 +31,11 @@ exclude =[ ] [tool.poetry.dependencies] python = "^3.9" -tqdm = "^4.66.4" +tqdm = "^4.66.5" numpy = "^1.26.4" openai-whisper = "^20231117" -whisperx = "^3.1.3" -"pyannote.audio" = "^3.1.1" +whisperx = "^3.1.5" +"pyannote.audio" = "^3.3.1" torch = "^2.3.0" [tool.poetry.group.dev.dependencies] From 533b199f4c884de87e9bb8320dd967c60ffb77c3 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 9 Sep 2024 09:57:45 +0000 Subject: [PATCH 2/4] downgraded to pyannote.audio==3.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86867a0..9309239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "^3.9" tqdm = "^4.66.5" numpy = "^1.26.4" openai-whisper = "^20231117" -whisperx = "^3.1.5" +whisperx = "^3.1.1" "pyannote.audio" = "^3.3.1" torch = "^2.3.0" From d25fda58020402ee55bdf793efb14103c7336b76 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 9 Sep 2024 10:05:16 +0000 Subject: [PATCH 3/4] downgraded to 3.1.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9309239..098b025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ python = "^3.9" tqdm = "^4.66.5" numpy = "^1.26.4" openai-whisper = "^20231117" -whisperx = "^3.1.1" -"pyannote.audio" = "^3.3.1" +whisperx = "^3.1.5" +"pyannote.audio" = "^3.1.1" torch = "^2.3.0" [tool.poetry.group.dev.dependencies] From 129f0ce39090ed7b567b4750085fac4adefcb37c Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 9 Sep 2024 10:06:13 +0000 Subject: [PATCH 4/4] updated versions --- requirements.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index f08e2e6..f43514f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,10 @@ -tqdm>=4.65.0 +tqdm>=4.66.5 numpy>=1.26.4 openai-whisper==20231117 -whisperx~=3.1.3 +whisperx~=3.1.5 pyannote.audio~=3.1.1 -pyannote.core~=5.0.0 -pyannote.database~=5.0.1 -pyannote.metrics~=3.2.1 -pyannote.pipeline~=3.0.1 torch>=2.0.0