opendr-eu / opendr

A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
Apache License 2.0
615 stars 95 forks source link

Fix sklearn dependency #369

Closed ad-daniel closed 1 year ago

ad-daniel commented 1 year ago

sklearn was deprecated in favor of scikit-learn, which now results in an error

ad-daniel commented 1 year ago

Easier to test/address it directly in the PR where it's broken

ad-daniel commented 1 year ago

This was indeed the source of the problems both of https://github.com/opendr-eu/opendr/pull/317 and https://github.com/opendr-eu/opendr/pull/352, I think we should merge it to avoid having to do the change in several PRs

ad-daniel commented 1 year ago

no longer needed as #317 will be merged first and includes the fix