-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyqt as optional dependency #70
Comments
This would make sense. I might make it so that the default is to include pyqt, but have the option to not include it for docker images etc. |
Is it possible with pip? |
I'm not sure it is, based on this thread. I could just strip out pyqt as a dependency and include its installation in the standard installation instructions. |
Maybe it would make most sense to just have pyqt as an optional dependency but use this in the standard instructions. |
Yes, this is usually how it is done. On a similar topic, it may be worth considering using qtpy, to allow using pyside. |
qt is a one of the largest dependencies (100 Mo) and can't be used remotely (cloud or cluster). Making this dependency optional would allow to use smaller docker image, etc.
The text was updated successfully, but these errors were encountered: