oscarbranson / latools

Tools for the reproducible reduction of LA-ICPMS data.
http://latools.readthedocs.io
MIT License
15 stars 10 forks source link

sklearn is deprecated #74

Open oscarbranson opened 1 year ago

oscarbranson commented 1 year ago

Change sklearn -> scikit-learn in requirements and setup.py.

lpeteiro commented 11 months ago

Hi, I'm having problems to install latools, because the 'sklearn' PyPI package is deprecated. I noticed that,sklearn has been changed for scikit-learn in the requirements.txt file but not in the setup.py file, could you please change it? Thank you!!

nsekhon91 commented 10 months ago

Hi, I'm having problems to install latools, because the 'sklearn' PyPI package is deprecated. I noticed that,sklearn has been changed for scikit-learn in the requirements.txt file but not in the setup.py file, could you please change it? Thank you!!

before doing a pip install latools, i did the follwoing: pip install sklearn==0.0 this resolved the issue

lpeteiro commented 10 months ago

Thank you! It works now using sklearn==0.0 :)