MAIF / shapash

🔅 Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models
https://maif.github.io/shapash/
Apache License 2.0
2.71k stars 331 forks source link

Temporary fix numpy version for requirements.dev #480

Closed ThomasBouche closed 1 year ago

ThomasBouche commented 1 year ago

Description

For tests, requirements.dev do not install correctly. I suggest temporarily fixing the numpy version.

the main problem comes from the ACV dependency which limits the numpy version and which hasn't had a release for 1 year. If ACV doesn't release a new version of numpy, we'll probably have to remove this dependency.

Type of change