Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
numpy
|
| 2 |
-
pyarrow
|
| 3 |
-
nemo_toolkit
|
| 4 |
-
huggingface_hub
|
| 5 |
-
cloudpickle
|
|
|
|
|
|
|
| 6 |
Levenshtein
|
| 7 |
braceexpand
|
| 8 |
distance
|
|
|
|
| 1 |
+
numpy==1.24.4
|
| 2 |
+
pyarrow==14.0.1
|
| 3 |
+
nemo_toolkit[asr]==1.23.0
|
| 4 |
+
huggingface_hub==0.23.2
|
| 5 |
+
cloudpickle==2.2.1
|
| 6 |
+
pytorch-lightning==2.0.9
|
| 7 |
+
lightning==2.0.9
|
| 8 |
Levenshtein
|
| 9 |
braceexpand
|
| 10 |
distance
|