srnas / barnaba

Analyse Nucleic Acids Structure and Simulations with baRNAba
GNU General Public License v3.0
38 stars 15 forks source link

Use scikit-learn instead of sklearn #56

Closed niz-ka closed 1 year ago

niz-ka commented 1 year ago

Hi, I see you are working on support for newest python versions (3.11) and you use scikit-learn there but please take into account that sklearn is really deprecated. Installation attempts of current barnaba versions can sometimes throw an exception (from 2022 December 1st): https://pypi.org/project/sklearn/ It can be annoying in CI/CD environments and it forces to use temporary solutions (like SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True)

Thanks!