From c83a151fa4ec2e9418a3c809a01f9352fcd3e6c2 Mon Sep 17 00:00:00 2001 From: michelia Date: Mon, 2 Dec 2024 13:45:44 +0000 Subject: [PATCH] chore: update dependency for pynini and wetextprocessing --- poetry.lock | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"