minaskar / zeus

⚡️ zeus: Lightning Fast MCMC ⚡️
https://zeus-mcmc.readthedocs.io/
GNU General Public License v3.0
225 stars 34 forks source link

Change sklearn to scikit-learn #34

Closed joezuntz closed 1 year ago

joezuntz commented 1 year ago

Recently sklearn has started complaining if you call it sklearn in the requirements file instead of scikit-learn, with the error messages shown here: https://github.com/joezuntz/cosmosis/actions/runs/3883104663/jobs/6624021980

minaskar commented 1 year ago

This is implemented in the main branch. Thanks Joe!