erdogant / bnlearn

Python library for learning the graphical structure of Bayesian networks, parameter learning, inference and sampling methods.
https://erdogant.github.io/bnlearn
Other
463 stars 45 forks source link

The 'sklearn' PyPI package is deprecated, use 'scikit-learn' #66

Closed dcooper46 closed 1 year ago

dcooper46 commented 1 year ago

scikt-learn team is removing the sklearn package from PyPI and currently causes a failure when installing packages with sklearn in their requirements.txt .

erdogant commented 1 year ago

Thanks for notifying! I changed sklearn into scikit-learn in both setup and requirements file and released a new version. Update to the latest version with pip install -U bnlearn

dcooper46 commented 1 year ago

Awesome! Thank you. Great package btw.

erdogant commented 1 year ago

Thanks again! Feel free to close this issue if it works on your machine.