Data-to-Insight-Center / patra-toolkit

Toolkit for semi-automated modelcard creation for AI/ML models.
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Upgrade numpy version from 1.2 to 2.x #29

Closed swsachith closed 1 week ago

swsachith commented 2 weeks ago

Currently there's a hard dependency on numpy being < 2.x. This is probably due to Shap. Check if we can use the 2.x versions without altering user environment.

swsachith commented 2 weeks ago

Shap seems to have a new version. It might prompt us to upgrade Shap and fairlearn both (with other dependencies)