afeinstein20 / stella

For characterizing flares with convolutional neural networks
https://adina.feinste.in/stella
MIT License
26 stars 18 forks source link

deprecation of pip install sklearn #26

Open ttdu opened 1 year ago

ttdu commented 1 year ago

pip installing sklearn (rather than scikit-learn) is being deprecated (https://github.com/scikit-learn/sklearn-pypi-package). stella lists sklearn as a dependency, causing installs of stella to fail during the brownout window

github-actions[bot] commented 1 year ago

Hi there! This is a test of github actions.

bklingen commented 1 year ago

We are running into the same issue trying to install stella due to the sklearn deprecation. Any fix or hints how to proceed would be appreciated!

jwuphysics commented 9 months ago

In requirements.txt you'll need to update sklearn to scikit-learn. Everything else should work with a pip install from the Github repo.