alexorlov commited on
Commit
bdf45d0
·
verified ·
1 Parent(s): fd175c4

Upload requirements.docker.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.docker.txt +22 -0
requirements.docker.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FastAPI & Server
2
+ fastapi==0.115.0
3
+ uvicorn[standard]==0.30.0
4
+ python-multipart==0.0.9
5
+
6
+ # LangGraph & LLM
7
+ langgraph==0.2.60
8
+ langchain-core==0.3.29
9
+ google-genai>=1.0.0
10
+
11
+ # Whisper & Audio
12
+ transformers==4.44.0
13
+ torch==2.1.0
14
+ numpy<2
15
+ soundfile==0.12.1
16
+ accelerate==0.27.0
17
+
18
+ # Utilities
19
+ pydantic==2.9.0
20
+ pydantic-settings==2.5.0
21
+ python-dotenv==1.0.0
22
+ aiofiles==24.1.0