csinva / imodels

Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
https://csinva.io/imodels
MIT License
1.36k stars 121 forks source link

remove platform check #61

Closed keyan3 closed 2 years ago

keyan3 commented 2 years ago

I realized that since the package is distributed as a wheel, there is no point of doing a platform check in setup.py since installers don't actually run it. Simpler to just take the cvxpy approach where we leave it out of the requirements and provide warnings.

csinva commented 2 years ago

Okay sounds good