Closed goanpeca closed 1 year ago
Hello team!
The plugin documentation for napari has a set of best practices for developers, which includes a clause recommending not to depend directly on PyQt5 or PySide2 to allow end-users to choose their bindings freely. More details here.
Files using PyQt5 instead of qtpy -> https://github.com/AllenCell/napari-allencell-segmenter/search?q=PyQt5
PyQt5
qtpy
Is there a reason you need PyQt5 explicitly? If not, could you please make the fixes for the next release :) ?
Thanks!
Hello team!
The plugin documentation for napari has a set of best practices for developers, which includes a clause recommending not to depend directly on PyQt5 or PySide2 to allow end-users to choose their bindings freely. More details here.
Files using
PyQt5
instead ofqtpy
-> https://github.com/AllenCell/napari-allencell-segmenter/search?q=PyQt5Is there a reason you need PyQt5 explicitly? If not, could you please make the fixes for the next release :) ?
Thanks!