# Explainability and interpretability dependencies for ML models
#
# SHAP (SHapley Additive exPlanations) for model interpretability
shap>=0.41.0

# LIME (Local Interpretable Model-agnostic Explanations) for explaining predictions
lime>=0.2.0
