21 lines
279 B
Plaintext
21 lines
279 B
Plaintext
# Core ML dependencies
|
|
numpy>=1.21.0
|
|
pandas>=1.3.0
|
|
scipy>=1.7.0
|
|
joblib>=1.0.0
|
|
xgboost>=1.5.0
|
|
scikit-learn>=1.0.0
|
|
|
|
# FastAPI server
|
|
fastapi>=0.68.0
|
|
uvicorn>=0.15.0
|
|
pydantic>=1.8.0
|
|
|
|
# Flask server (alternative)
|
|
flask>=2.0.0
|
|
flask-cors>=3.0.0
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
httpx>=0.23.0
|