You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scvelo has always been a lightweight tool that is fast to install and quick to use. However, since the introduction of VeloVI, installing scvelo lead to the installation of many dependencies (most requested by torch->scvi-tools). In systems without GPUs, it feels rather unnecessary to see cuda related packages being installed. Moreover, not everyone seeks to use VeloVI. Would it be possible to make the installation of VeloVI and related dependencies optional?
Another way could be to keep the current installation as default, but propose another more lightweight one under scvelo[notorch] for example
The text was updated successfully, but these errors were encountered:
Duplicate of #1189 and #1185. Please check open and resolved issues and PRs before opening new ones.
The feature is already available on main; the plan is to have a release soon.
Here is a suggestion:
scvelo has always been a lightweight tool that is fast to install and quick to use. However, since the introduction of VeloVI, installing scvelo lead to the installation of many dependencies (most requested by torch->scvi-tools). In systems without GPUs, it feels rather unnecessary to see cuda related packages being installed. Moreover, not everyone seeks to use VeloVI. Would it be possible to make the installation of VeloVI and related dependencies optional?
Another way could be to keep the current installation as default, but propose another more lightweight one under
scvelo[notorch]
for exampleThe text was updated successfully, but these errors were encountered: