Skip to content

Commit

Permalink
chore: update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwantaozi committed Nov 21, 2024
1 parent af9b445 commit 6e8c2e0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
7 changes: 1 addition & 6 deletions hack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ function download_deps() {
rm -rf "${ROOT_DIR}/speech_box/third_party/CosyVoice/third_party/Matcha-TTS/data"

pip install poetry==1.8.3 pre-commit==4.0.1
poetry install

if speech_box::util::is_linux; then
pip install pynini==2.1.5 WeTextProcessing==1.0.3
fi

poetry install
pre-commit install
}

Expand Down
38 changes: 37 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ librosa = "^0.10.2.post1"
grpcio = "^1.68.0"
optimum = "^1.23.3"
pipx = "^1.7.1"
pynini = "2.1.5"
wetextprocessing = "1.0.3"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6e8c2e0

Please sign in to comment.