Add nemo dependency
Browse files- pyproject.toml +3 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -4,4 +4,6 @@ version = "0.1.0"
|
|
4 |
description = "Huggingface Space to test NVIDIA Nemo's Parakeet v2 speech recognition model."
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
-
dependencies = [
|
|
|
|
|
|
4 |
description = "Huggingface Space to test NVIDIA Nemo's Parakeet v2 speech recognition model."
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
+
dependencies = [
|
8 |
+
"nemo-toolkit[asr]>=2.2.1",
|
9 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|