stella icon indicating copy to clipboard operation
stella copied to clipboard

deprecation of pip install sklearn

Open ttdu opened this issue 1 year ago • 4 comments

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

ttdu avatar Apr 06 '23 20:04 ttdu

Hi there! This is a test of github actions.

github-actions[bot] avatar Apr 06 '23 20:04 github-actions[bot]

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!

bklingen avatar Apr 28 '23 20:04 bklingen

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

jwuphysics avatar Jan 19 '24 14:01 jwuphysics