Commit
·
a27f462
1
Parent(s):
7d88991
Update pip requirements with specific versions
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -3,15 +3,15 @@ ffmpeg-python
|
|
| 3 |
python-dotenv
|
| 4 |
rich
|
| 5 |
tqdm
|
| 6 |
-
yt-dlp
|
| 7 |
torch
|
| 8 |
torchaudio
|
| 9 |
torchvision
|
| 10 |
mkdocs-material
|
| 11 |
-
openai-whisper
|
| 12 |
-
stable-ts
|
| 13 |
tiktok-uploader
|
| 14 |
streamlit
|
| 15 |
praw
|
| 16 |
requests
|
| 17 |
-
openai
|
|
|
|
| 3 |
python-dotenv
|
| 4 |
rich
|
| 5 |
tqdm
|
| 6 |
+
yt-dlp==2024.8.6
|
| 7 |
torch
|
| 8 |
torchaudio
|
| 9 |
torchvision
|
| 10 |
mkdocs-material
|
| 11 |
+
openai-whisper==20231117
|
| 12 |
+
stable-ts==2.15.6
|
| 13 |
tiktok-uploader
|
| 14 |
streamlit
|
| 15 |
praw
|
| 16 |
requests
|
| 17 |
+
openai==1.12.0
|