MMV-Lab / vessel-express-napari

BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Update _dock_widget.py imports #40

Closed goanpeca closed 2 years ago

goanpeca commented 2 years ago

Using pyqt5 directly will lead to issues with the napari bundle application that relies on pyside2.

Please import from qtpy only.

Thanks!

See https://github.com/conda-forge/staged-recipes/pull/19257