vturrisi / solo-learn

solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning
MIT License
1.39k stars 181 forks source link

Issue with other optional packages #309

Closed DonkeyShot21 closed 1 year ago

DonkeyShot21 commented 1 year ago

What do we do with seaborn, pandas and other packages that are optional but cannot be installed with .[package]?

vturrisi commented 1 year ago

They are tied to umap, no? We should be able to install everything with .[umap].

DonkeyShot21 commented 1 year ago

ah yeah you are right, that works