Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnewman committed Dec 1, 2024
1 parent 6861088 commit 00b9666
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "f5-tts-mlx"
version = "0.2.0"
version = "0.2.1"
authors = [{name = "Lucas Newman", email = "[email protected]"}]
license = {text = "MIT"}
description = "F5-TTS - MLX"
Expand Down Expand Up @@ -36,7 +36,9 @@ dependencies = [
"numpy",
"pypinyin",
"setuptools",
"sounddevice",
"soundfile",
"tqdm",
"vocos-mlx"
]

Expand Down

0 comments on commit 00b9666

Please sign in to comment.