alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
768 stars 86 forks source link

Pin scipy until Python 3.8 is deprecated #4379

Closed eccabay closed 8 months ago

eccabay commented 8 months ago

Scipy v1.12 changes the behavior of our target distribution data check, but we can't upgrade to this version because it does not support Python 3.8. Therefore, we should pin below this version until we've dropped our Python 3.8 support.