ing-bank / probatus

Validation (like Recursive Feature Elimination for SHAP) of (multiclass) classifiers & regressors and data used to develop them.
https://ing-bank.github.io/probatus
MIT License
132 stars 40 forks source link

Fix CI failing on python 3.7 #186

Closed timvink closed 2 years ago

timvink commented 2 years ago

See #185

timvink commented 2 years ago

First tries upgrading pandas dependency did not help.

I then noticed github actions was using actions/setup-python@master, while github has been moving to main branches. Explicitly updated to v3 version.. also didn't work.

Out of ideas.. closing PR.