Can't install mleap alongside scikit-learn > 0.23.0
Open
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
Following from https://github.com/combust/mleap/issues/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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.