Open ttdu opened 1 year ago
Hi there! This is a test of github actions.
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!
In requirements.txt
you'll need to update sklearn
to scikit-learn
. Everything else should work with a pip install from the Github repo.
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