patrickwest / EukRep

Classification of Eukaryotic and Prokaryotic sequences from metagenomic datasets
MIT License
69 stars 12 forks source link

Pin scikit-learn version to 0.19.2 in setup.py #17

Closed fedarko closed 2 years ago

fedarko commented 3 years ago

This fixes #14, in which mismatched versions of scikit-learn could cause errors/warnings when loading models using pickle.

It looks like the bioconda recipe for EukRep already pins the scikit-learn version to 0.19.2, which addresses this problem for conda EukRep users. This PR pins the version in the setup.py file as well, which should address this problem for pip EukRep users.