HilmiZr commited on
Commit
31f4bd3
·
1 Parent(s): 5e10563

rollback requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -24
requirements.txt CHANGED
@@ -1,25 +1,13 @@
1
- # --- core ---
2
- fastapi==0.110.1
3
- uvicorn==0.34.0
4
- python-dotenv==1.0.1
5
-
6
- # --- whisper & audio ---
7
- openai-whisper==20231117
8
  triton==2.0.0
9
- torchaudio==2.1.0
10
- torch==2.1.0
11
-
12
- # --- diarization ---
13
- pyannote.audio==3.1.1
14
- pyannote.database==5.1.2
15
- torchmetrics==1.1.2 # ✅ not the latest
16
-
17
- # --- LLMs & chains ---
18
- langchain-community==0.0.21
19
- openai==1.23.6
20
- tiktoken==0.6.0
21
-
22
- # --- utils ---
23
- markdown-pdf==1.3.4
24
- aiohttp==3.9.5
25
- typing-inspect==0.9.0
 
1
+ fastapi
2
+ uvicorn
 
 
 
 
 
3
  triton==2.0.0
4
+ openai-whisper
5
+ torch
6
+ pyannote.audio
7
+ langchain
8
+ langchain-community
9
+ langchain-openai
10
+ markdown-pdf
11
+ python-multipart
12
+ python-dotenv
13
+ ffmpeg