richard-su commited on
Commit
b405252
·
verified ·
1 Parent(s): 0dcac3a

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -26
requirements.txt CHANGED
@@ -1,29 +1,23 @@
1
- # Core dependencies for HF Spaces
2
- gradio>=4.44.0
3
- fastapi>=0.104.0
 
 
4
  uvicorn>=0.24.0
5
- python-dotenv>=1.0.0
6
-
7
- # Audio processing
8
- torch>=2.0.0
9
- torchaudio>=2.0.0
10
- transformers>=4.35.0
11
- whisper-openai>=20231117
12
-
13
- # Speaker diarization
14
- pyannote.audio>=3.1.0
15
-
16
- # Async and utilities
17
- aiohttp>=3.8.0
18
- aiofiles>=23.0.0
19
  requests>=2.31.0
20
- numpy>=1.24.0
21
- scipy>=1.10.0
 
22
  pydantic>=2.0.0
23
-
24
- # Audio metadata
25
- mutagen>=1.47.0
26
-
27
- # MCP (may need to be optional)
28
- # mcp>=1.0.0
29
- # fastmcp>=0.4.0
 
 
 
 
 
 
1
+ # Core dependencies from pyproject.toml
2
+ fastapi
3
+ fastmcp>=2.7.0
4
+ mcp[cli]
5
+ modal>=1.0.3
6
  uvicorn>=0.24.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  requests>=2.31.0
8
+ python-multipart>=0.0.6
9
+ aiofiles>=23.2.1
10
+ gradio>=5.31.0
11
  pydantic>=2.0.0
12
+ python-dotenv>=1.0.0
13
+ starlette>=0.27.0
14
+ httpx>=0.25.0
15
+ bs4>=0.0.2
16
+ selenium>=4.33.0
17
+ ffmpeg-python>=0.2.0
18
+ torch>=2.7.1
19
+ openai-whisper>=20240930
20
+ pyannote.audio>=3.1.0
21
+ speechbrain>=0.5.16
22
+ soundfile>=0.12.1
23
+ numpy>=1.24.0