diff --git a/poetry.lock b/poetry.lock index ff5d7c4..d8019d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5936,4 +5936,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bad78cc81b04c29be08bd6a78cc7f5ad943827c3a2ebd6420662c863d62c0b05" +content-hash = "4905801340b1bf5b5d5f022832a62c7820ca12d22884e38628012387f5189f6f" diff --git a/pyproject.toml b/pyproject.toml index 3451ebd..c38b1dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vox_box" -version = "0.0.0" +version = "v0.0.0" description = "Vox box" authors = ["GPUStack Authors "] readme = "README.md" @@ -77,8 +77,8 @@ librosa = "^0.10.2.post1" grpcio = "^1.68.0" optimum = "^1.23.3" pipx = "^1.7.1" -pynini = { version="2.1.6", markers = "platform_system == 'Linux'" } -wetextprocessing = { version="1.0.4.1", markers = "platform_system == 'Linux'" } +pynini = { version="2.1.6", markers = "platform_system == 'Linux' and platform_machine == 'x86_64'" } +wetextprocessing = { version="1.0.4.1", markers = "platform_system == 'Linux' and platform_machine == 'x86_64'" } twine = "^5.1.1" modelscope = "^1.20.1"