Skip to content

Commit 5979b1e

Browse files
Pin moshi (#3)
1 parent 205279a commit 5979b1e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description = "Simultaneous Speech-to-Speech Translation Without Aligned Data."
55
version = "0.0.1"
66
readme = "README.md"
77
dependencies = [
8-
"moshi @ git+https://git@github.com/kyutai-labs/moshi.git#egg=moshi&subdirectory=moshi",
8+
# TODO: use the public release of moshi when it's been published
9+
"moshi @ git+https://git@github.com/kyutai-labs/moshi.git@e05bb920f4df9252dfec648a7053a106afb2b561#egg=moshi&subdirectory=moshi",
910
"gradio>=5.50.0",
1011
"jupyter>=1.1.1",
1112
]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)