braceal / molecules

Machine learning for molecular dynamics.
MIT License
5 stars 5 forks source link

sklearn is deprecated and to be replace with scikit-learn #95

Open hjjvandam opened 1 month ago

hjjvandam commented 1 month ago

Trying to install DeepDriveMD-pipeline generates complaints about the use of sklearn. Apparently sklearn has been deprecated and should be replaced by scikit-learn. This PR fixes the dependency of molecules on sklearn and replaces it with scikit-learn.