{% if service %}
fastapi
uvicorn
{% endif %}
{% if xgboost %}
xgboost
{% elif lgbm %}
lightgbm
{% else %}
sklearn
{% endif %}