Closed gionstegmann closed 6 months ago
Hi, thats great - thanks! I just tried a pip install -e .
with Python 3.12.3 on MacOs and it worked right away. The only think I noticed is that sklearn
is still mentioned in the readme.
@alastair, @ffont can this be merged and released?
sklearn
is still mentioned in the readme.
fixed 👍
Updated the dependency list in
setup.py
to replace the deprecatedsklearn
package name with the currentscikit-learn
.This update addresses the issue described in #18, where installation failures occur due to the outdated 'sklearn' package name.