File size: 272 Bytes
197c9cd
 
 
 
 
 
 
 
 
 
 
d04c27e
197c9cd
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Core runtime
requests
fastapi
uvicorn

# Data analysis (lightweight subset)
pandas
numpy

# Optional: for ML experiments
scikit-learn
pyarrow
# Safety helpers (optional but useful)
psutil        # monitor resource usage
timeout-decorator  # limit code execution timeouts