File size: 206 Bytes
fd1ef54
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fastapi>=0.95
uvicorn[standard]>=0.22.0
pydantic>=1.10
PyYAML==6.0
joblib==1.3.2
scikit-learn==1.7.2
numpy==1.26.4
pandas==2.2.2
gradio==3.41.0
requests==2.31.0
wandb==0.23.0

# test / dev tools
pytest>=7.4