diff --git a/environments/requirements.txt b/environments/requirements.txt new file mode 100644 index 0000000..2033359 --- /dev/null +++ b/environments/requirements.txt @@ -0,0 +1,19 @@ +# INSTRUCTIONS + +# Install your preferred version of torch at https://pytorch.org/get-started/locally/ +# Install with `pip install -r requirements.txt` + +AdvancedHTMLParser +appdirs +customtkinter +faster-whisper +Pillow +pyannote.audio @ git+https://github.com/kaixxx/pyannote-audio.git +pyinstaller +python-i18n +PyYAML +speechbrain==0.5.16 # incompatible with newer speechbrain versions + +# Platform specific requirements +pyobjc; sys_platform == 'darwin' +cpufeature; sys_platform == 'win32' diff --git a/environments/requirements_linux.txt b/environments/requirements_linux.txt deleted file mode 100644 index 818bfa2..0000000 --- a/environments/requirements_linux.txt +++ /dev/null @@ -1,11 +0,0 @@ -# Install with `pip install -r requirements_linux.txt` -AdvancedHTMLParser -appdirs -customtkinter -faster-whisper -Pillow -pyannote.audio @ git+https://github.com/kaixxx/pyannote-audio.git -pyinstaller -python-i18n -PyYAML -speechbrain==0.5.16 # incompatible with newer speechbrain versions diff --git a/environments/requirements_macOS.txt b/environments/requirements_macOS.txt deleted file mode 100644 index 338545b..0000000 --- a/environments/requirements_macOS.txt +++ /dev/null @@ -1,12 +0,0 @@ -# Install with `pip install -r requirements_macOS.txt` -AdvancedHTMLParser -appdirs -customtkinter -faster-whisper -Pillow -pyannote.audio @ git+https://github.com/kaixxx/pyannote-audio.git -pyinstaller -pyobjc -python-i18n -PyYAML -speechbrain==0.5.16 # incompatible with newer speechbrain versions diff --git a/environments/requirements_macOS_nightly.txt b/environments/requirements_macOS_nightly.txt deleted file mode 100644 index e6ad891..0000000 --- a/environments/requirements_macOS_nightly.txt +++ /dev/null @@ -1,2 +0,0 @@ -# First install torchaudio with `pip install --pre torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu` -# Second install the rest with `pip install -r requirements_macOS.txt` diff --git a/environments/requirements_win.txt b/environments/requirements_win.txt deleted file mode 100644 index 0202bca..0000000 --- a/environments/requirements_win.txt +++ /dev/null @@ -1,13 +0,0 @@ -# First install torchaudio with `pip install torchaudio --index-url https://download.pytorch.org/whl/cu121` -# Second install the rest with `pip install -r requirements_win.txt` -AdvancedHTMLParser -appdirs -cpufeature -customtkinter -faster-whisper -Pillow -pyannote.audio @ git+https://github.com/kaixxx/pyannote-audio.git -pyinstaller -python-i18n -PyYAML -speechbrain==0.5.16 # incompatible with newer speechbrain versions