diff --git a/requirements.txt b/requirements.txt index 35e5c4d..e2e0fc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ scipy==1.12.0 tensorflow-probability==0.24.0 faster-whisper==1.0.3 python-dotenv==1.0.1 -pyannote.audio==3.2.0 +pyannote.audio==3.3.2 nltk==3.8.1 torchvision==0.17.2 ctranslate2==4.3.1 diff --git a/setup.py b/setup.py index 9ca694a..3242f19 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "tensorflow-probability==0.24.0", "faster-whisper==1.0.3", "python-dotenv==1.0.1", - "pyannote-audio==3.2.0", + "pyannote-audio==3.3.2", "nltk==3.8.1", "torchvision==0.17.2", "ctranslate2==4.3.1", @@ -39,7 +39,7 @@ "uvicorn==0.30.1", "python-dotenv==1.0.1", "faster-whisper==1.0.3", - "pyannote-audio==3.2.0", + "pyannote-audio==3.3.2", "nltk==3.8.1", "torchvision==0.17.2", "ctranslate2==4.3.1",