Hello,

I'm interesting in using pyqtchart (https://pypi.org/project/PyQtChart/) as an alternative to matplotlib for some plots in my bundle (I like the default style better, it resizes better - small things like that). If I list pyqtchart as a dependency in my bundle_info.xml like

...
<Dependencies>
    <Dependency name="pyqtchart"/>
</Dependencies>
...

a new version of PyQt5 gets installed in the directory where bundles get installed. The QChart module from pyqtchart gets installed in this new PyQt5 package. I can't use the QChart module because it's not in the PyQt5 that ChimeraX uses.

Is there anything I can do with my bundle to get it to install a usable pyqtchart?

Thanks,

Tony