Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
Cython
|
| 2 |
git+https://github.com/NVIDIA/NeMo.git@r2.3.0#egg=nemo_toolkit[asr]
|
| 3 |
numpy<2.0
|
| 4 |
-
cuda-python>=12.3
|
|
|
|
|
|
| 1 |
Cython
|
| 2 |
git+https://github.com/NVIDIA/NeMo.git@r2.3.0#egg=nemo_toolkit[asr]
|
| 3 |
numpy<2.0
|
| 4 |
+
cuda-python>=12.3
|
| 5 |
+
gradio>=5.39.0
|