Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -14
requirements.txt
CHANGED
|
@@ -1,18 +1,5 @@
|
|
| 1 |
-
# Python 3.13 fix
|
| 2 |
setuptools>=75.0.0
|
| 3 |
-
|
| 4 |
-
# Whisper — pre-built binary wheel, no compilation needed
|
| 5 |
-
faster-whisper==1.0.3
|
| 6 |
-
|
| 7 |
-
# Audio file reading (pure Python, no system libs needed)
|
| 8 |
soundfile>=0.12.1
|
| 9 |
-
|
| 10 |
-
# TTS
|
| 11 |
gTTS>=2.5.1
|
| 12 |
-
|
| 13 |
-
# PyTorch CPU only (small wheel)
|
| 14 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 15 |
-
torch==2.2.2
|
| 16 |
-
|
| 17 |
-
# Utilities
|
| 18 |
numpy>=1.24.0,<2.0.0
|
|
|
|
|
|
|
| 1 |
setuptools>=75.0.0
|
| 2 |
+
faster-whisper==1.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
soundfile>=0.12.1
|
|
|
|
|
|
|
| 4 |
gTTS>=2.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
numpy>=1.24.0,<2.0.0
|