I wrote a simple GUI application in tkinter that uses matplotlib. Given that I don't make any use of the Qt backend, I guess I don't need it for my application so I'd prefer not to include it in my conda environment: I need my environment to be as much light-weight as possible. Unfortunately the command "conda install matplotlib" installs Qt by default. Is there a way to prevent this?
I'm using anaconda on Windows 10.
Conda Forge offers a matplotlib-base
package that does not include a Qt dependency.
conda install -c conda-forge matplotlib-base
I can confirm that this is sufficient to generate images in Jupyter notebooks.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With