Aqarion13 commited on
Commit
bb3ac5d
·
verified ·
1 Parent(s): 4a7a997

Create REQUIREMENTS.TXT

Browse files
Files changed (1) hide show
  1. TEAM-DEEP_SEEK/REQUIREMENTS.TXT +34 -0
TEAM-DEEP_SEEK/REQUIREMENTS.TXT ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Framework
2
+ fastapi==0.104.1
3
+ uvicorn[standard]==0.24.0
4
+ pydantic==2.5.0
5
+
6
+ # Data & Math
7
+ numpy==1.24.3
8
+ scipy==1.11.3
9
+ torch==2.1.0
10
+
11
+ # DeepSeek Integration
12
+ transformers==4.36.0
13
+ accelerate==0.25.0
14
+
15
+ # Database & Caching
16
+ redis==5.0.1
17
+ sqlalchemy==2.0.23
18
+
19
+ # Monitoring & Metrics
20
+ prometheus-client==0.19.0
21
+ opentelemetry-api==1.21.0
22
+
23
+ # Hardware Integration
24
+ pyserial==3.5
25
+ opencv-python==4.8.1
26
+
27
+ # Federation Protocol
28
+ websockets==12.0
29
+ aiohttp==3.9.0
30
+
31
+ # Utilities
32
+ python-dotenv==1.0.0
33
+ cryptography==41.0.7
34
+ ecdsa==0.18.0