Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ git+https://github.com/m-bain/whisperx.git
|
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
torch --index-url https://download.pytorch.org/whl/cu118
|
5 |
torchvision --index-url https://download.pytorch.org/whl/cu118
|
6 |
-
torchaudio --index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
torch --index-url https://download.pytorch.org/whl/cu118
|
5 |
torchvision --index-url https://download.pytorch.org/whl/cu118
|
6 |
+
torchaudio --index-url https://download.pytorch.org/whl/cu118
|
7 |
+
ffmpeg-python==0.2.0
|
8 |
+
setuptools
|