Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +19 -23
requirements.txt
CHANGED
|
@@ -7,34 +7,30 @@ numpy==1.26.4
|
|
| 7 |
scipy==1.12.0
|
| 8 |
|
| 9 |
# TORCH
|
| 10 |
-
torch==2.
|
| 11 |
-
torchaudio==2.
|
| 12 |
-
torchvision==0.
|
| 13 |
-
|
| 14 |
-
lightning==2.2.5
|
| 15 |
-
torchmetrics==1.4.0
|
| 16 |
-
|
| 17 |
-
# ASR
|
| 18 |
-
faster-whisper==1.0.3
|
| 19 |
-
ctranslate2==4.3.1
|
| 20 |
|
| 21 |
# NEMO
|
| 22 |
-
Cython
|
| 23 |
-
packaging
|
| 24 |
-
nemo_toolkit[asr]==2.0.0
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
# AUDIO
|
| 29 |
-
librosa
|
| 30 |
-
soundfile
|
| 31 |
-
pydub
|
| 32 |
-
ffmpeg-python
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
# CONFIG
|
| 35 |
-
pydantic
|
| 36 |
-
pydantic-settings
|
| 37 |
-
python-dotenv
|
| 38 |
|
| 39 |
-
#
|
| 40 |
-
tqdm
|
|
|
|
| 7 |
scipy==1.12.0
|
| 8 |
|
| 9 |
# TORCH
|
| 10 |
+
torch==2.4.0
|
| 11 |
+
torchaudio==2.4.0
|
| 12 |
+
torchvision==0.19.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
# NEMO
|
| 15 |
+
Cython>=3.0.10
|
| 16 |
+
packaging>=24.0
|
|
|
|
| 17 |
|
| 18 |
+
nemo_toolkit[asr]==2.0.0
|
| 19 |
|
| 20 |
# AUDIO
|
| 21 |
+
librosa==0.10.2.post1
|
| 22 |
+
soundfile==0.12.1
|
| 23 |
+
pydub==0.25.1
|
| 24 |
+
ffmpeg-python==0.2.0
|
| 25 |
+
|
| 26 |
+
# ASR
|
| 27 |
+
faster-whisper==1.0.3
|
| 28 |
+
ctranslate2==4.4.0
|
| 29 |
|
| 30 |
# CONFIG
|
| 31 |
+
pydantic==2.7.4
|
| 32 |
+
pydantic-settings==2.3.4
|
| 33 |
+
python-dotenv==1.0.1
|
| 34 |
|
| 35 |
+
# UTIL
|
| 36 |
+
tqdm==4.66.4
|