You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, many Databricks customers can't install mleap on our clusters, since they preinstall the latest versions of scikit-learn, e.g. scikit-learn 1.2.0.
@ancasarb Is it possible to make a new mleap release that drops this version restriction on the scikit-learn dependency?
The text was updated successfully, but these errors were encountered:
Last I knew there are changes needed in mleap to support a newer scikit-learn version. I'm happy to help review/ship a PR if someone creates one. Would be great to unpin scikit entirely
Following from #617, mleap still appears to depend on a very narrow range of scikit-learn versions:
'scikit-learn>=0.22.0,<0.23.0'
(https://github.com/combust/mleap/blob/master/python/setup.py).As a result, many Databricks customers can't install mleap on our clusters, since they preinstall the latest versions of scikit-learn, e.g. scikit-learn 1.2.0.
@ancasarb Is it possible to make a new mleap release that drops this version restriction on the scikit-learn dependency?
The text was updated successfully, but these errors were encountered: