nschloe / tuna

:fish: Python profile viewer
GNU General Public License v3.0
1.38k stars 33 forks source link

Tuna relies on sklearn that is deprecated #160

Closed bbelescot closed 1 year ago

bbelescot commented 1 year ago

The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands.

Here is how to fix this error in the main use cases:

nschloe commented 1 year ago

There's no sklearn in tuna.

bbelescot commented 1 year ago

Yes sorry it was a mistake, I mixed up with another package. Thank you!