Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
lightning==2.4.0
|
| 5 |
cloudpickle==3.1.2
|
| 6 |
fiddle==0.3.0
|
| 7 |
-
numpy==2.1.0
|
| 8 |
nemo-toolkit==2.4.0
|
| 9 |
lhotse==1.32.0
|
| 10 |
ml-dtypes==0.5.3
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
numpy<2
|
| 3 |
+
torch==2.4.0
|
| 4 |
+
torchaudio==2.4.0
|
| 5 |
lightning==2.4.0
|
| 6 |
cloudpickle==3.1.2
|
| 7 |
fiddle==0.3.0
|
|
|
|
| 8 |
nemo-toolkit==2.4.0
|
| 9 |
lhotse==1.32.0
|
| 10 |
ml-dtypes==0.5.3
|