From 01c9f6416b0557a39cedd5f16b5f51255a43b8db Mon Sep 17 00:00:00 2001 From: wasertech Date: Tue, 28 May 2024 09:00:48 +0200 Subject: [PATCH] Update python deps in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 33d43c4e..0deb2c45 100644 --- a/setup.py +++ b/setup.py @@ -24,13 +24,13 @@ license='MIT License', packages=find_packages(), - python_requires='>=3.9', + python_requires='<4', install_requires=[ 'librosa==0.9.1', - 'faster-whisper==0.9.0', + 'faster-whisper==1.0.2', 'pydub==0.25.1', 'wavmark==0.0.3', - 'numpy==1.22.0', + 'numpy==1.26.4', 'eng_to_ipa==0.0.2', 'inflect==7.0.0', 'unidecode==1.3.7',