Improve: switch pyworld to pyworld-prebuilt and enable it by default

Prebuilt wheels for almost every OS/architecture (except musl) are now available on PyPI, eliminating the need for a build environment.
ref: https://pypi.org/project/pyworld-prebuilt/
This commit is contained in:
tsukumi
2024-03-10 16:51:58 +00:00
parent 733a9d838d
commit be265d42ed
4 changed files with 20 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ dependencies = [
'pydantic>=2.0',
'pyopenjtalk-dict',
'pypinyin',
# 'pyworld',
'pyworld-prebuilt',
'safetensors',
'scipy',
'torch>=2.1,<2.2',