Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
Cython
|
| 2 |
git+https://github.com/NVIDIA/NeMo.git@r2.3.0#egg=nemo_toolkit[asr]
|
| 3 |
-
numpy<2.0
|
|
|
|
|
|
| 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
|