rdemets / napari-yolov5

Other
7 stars 1 forks source link

Suggestion: add napari explicitly to your dependencies. #1

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

While running some tests for npe2, this plugin was among those that could not be imported after installation, without also manually installing napari. Even if it may seem obvious that a user of this plugin would already have napari installed, if your package imports anything directly from napari (including, e.g. napari.types), then you should add napari to your install_requires in setup.cfg/py.

thanks!

rdemets commented 2 years ago

Thanks for the suggestions. I added it in the config list.