Update requirements.txt
Browse files- requirements.txt +50 -50
requirements.txt
CHANGED
|
@@ -1,51 +1,51 @@
|
|
| 1 |
-
huggingface_hub===0.
|
| 2 |
-
torch
|
| 3 |
-
git+https://github.com/AI4Bharat/NeMo
|
| 4 |
-
numba
|
| 5 |
-
numpy<2
|
| 6 |
-
onnx>=1.7.0
|
| 7 |
-
python-dateutil
|
| 8 |
-
ruamel.yaml
|
| 9 |
-
scikit-learn
|
| 10 |
-
setuptools>=65.5.1
|
| 11 |
-
tensorboard
|
| 12 |
-
text-unidecode
|
| 13 |
-
torch
|
| 14 |
-
tqdm>=4.41.0
|
| 15 |
-
triton
|
| 16 |
-
wget
|
| 17 |
-
wrapt
|
| 18 |
-
datasets
|
| 19 |
-
inflect
|
| 20 |
-
pandas
|
| 21 |
-
sacremoses>=0.0.43
|
| 22 |
-
sentencepiece<1.0.0
|
| 23 |
-
braceexpand
|
| 24 |
-
editdistance
|
| 25 |
-
g2p_en
|
| 26 |
-
ipywidgets
|
| 27 |
-
jiwer
|
| 28 |
-
kaldi-python-io
|
| 29 |
-
kaldiio
|
| 30 |
-
lhotse>=1.20.0
|
| 31 |
-
librosa>=0.10.0
|
| 32 |
-
marshmallow
|
| 33 |
-
matplotlib
|
| 34 |
-
packaging
|
| 35 |
-
pyannote.core
|
| 36 |
-
pyannote.metrics
|
| 37 |
-
pydub
|
| 38 |
-
pyloudnorm
|
| 39 |
-
resampy
|
| 40 |
-
ruamel.yaml
|
| 41 |
-
scipy>=0.14
|
| 42 |
-
soundfile
|
| 43 |
-
sox
|
| 44 |
-
texterrors
|
| 45 |
-
hydra-core>1.3,<=1.3.2
|
| 46 |
-
omegaconf<=2.3
|
| 47 |
-
pytorch-lightning>=2.2.1
|
| 48 |
-
torchmetrics>=0.11.0
|
| 49 |
-
transformers>=4.36.0
|
| 50 |
-
wandb
|
| 51 |
webdataset>=0.2.86
|
|
|
|
| 1 |
+
huggingface_hub===0.23.2
|
| 2 |
+
torch
|
| 3 |
+
git+https://github.com/AI4Bharat/NeMo
|
| 4 |
+
numba
|
| 5 |
+
numpy<2
|
| 6 |
+
onnx>=1.7.0
|
| 7 |
+
python-dateutil
|
| 8 |
+
ruamel.yaml
|
| 9 |
+
scikit-learn
|
| 10 |
+
setuptools>=65.5.1
|
| 11 |
+
tensorboard
|
| 12 |
+
text-unidecode
|
| 13 |
+
torch
|
| 14 |
+
tqdm>=4.41.0
|
| 15 |
+
triton
|
| 16 |
+
wget
|
| 17 |
+
wrapt
|
| 18 |
+
datasets
|
| 19 |
+
inflect
|
| 20 |
+
pandas
|
| 21 |
+
sacremoses>=0.0.43
|
| 22 |
+
sentencepiece<1.0.0
|
| 23 |
+
braceexpand
|
| 24 |
+
editdistance
|
| 25 |
+
g2p_en
|
| 26 |
+
ipywidgets
|
| 27 |
+
jiwer
|
| 28 |
+
kaldi-python-io
|
| 29 |
+
kaldiio
|
| 30 |
+
lhotse>=1.20.0
|
| 31 |
+
librosa>=0.10.0
|
| 32 |
+
marshmallow
|
| 33 |
+
matplotlib
|
| 34 |
+
packaging
|
| 35 |
+
pyannote.core
|
| 36 |
+
pyannote.metrics
|
| 37 |
+
pydub
|
| 38 |
+
pyloudnorm
|
| 39 |
+
resampy
|
| 40 |
+
ruamel.yaml
|
| 41 |
+
scipy>=0.14
|
| 42 |
+
soundfile
|
| 43 |
+
sox
|
| 44 |
+
texterrors
|
| 45 |
+
hydra-core>1.3,<=1.3.2
|
| 46 |
+
omegaconf<=2.3
|
| 47 |
+
pytorch-lightning>=2.2.1
|
| 48 |
+
torchmetrics>=0.11.0
|
| 49 |
+
transformers>=4.36.0
|
| 50 |
+
wandb
|
| 51 |
webdataset>=0.2.86
|