guillermo-navas-palencia / optbinning

Optimal binning: monotonic binning with constraints. Support batch & stream optimal binning. Scorecard modelling and counterfactual explanations.
http://gnpalencia.org/optbinning/
Apache License 2.0
452 stars 100 forks source link

Scipy/cvxpy dependency bug #247

Closed niklasvm closed 1 year ago

niklasvm commented 1 year ago

Good day

The latest version of scipy seems to have a compatibility issue working with cvxpy. See linked issue at https://github.com/cvxpy/cvxpy/issues/2158.

Currently optbinning allows for any scipy version >= 1.6.0 based on https://github.com/guillermo-navas-palencia/optbinning/blob/master/requirements.txt#L7.

I'm not sure if it's worthwhile fixing the version?