Skip to content

Commit

Permalink
chore: update dependency for pynini and wetextprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwantaozi committed Dec 2, 2024
1 parent ec57b83 commit c83a151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vox_box"
version = "0.0.0"
version = "v0.0.0"
description = "Vox box"
authors = ["GPUStack Authors <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit c83a151

Please sign in to comment.