Skip to content

Conversation

psobolewskiPhD
Copy link

@psobolewskiPhD psobolewskiPhD commented Mar 24, 2025

Closes: #7, #5

In this PR I do 3 minor things:

  1. add an [all] optional dependency, which is napari[all]
  2. Use this in the installation instructions (README) to clarify the instructions.
  3. Also add napari to the regular dependencies. You do import from it, so it's best to have there. It will also let you pin or whatnot if needed.

The net result is if the plugin is installed via the plugin GUI it won't mess with anything the use has (because no specific Qt backend is required), but your easy instructions one-liner will work for someone coming from the README.

tested locally on me M1 macOS. Everything works!

@FabianIsensee
Copy link
Member

@Lars-Kraemer thoughts? Some of this we already have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please don't depend on *specific* Qt backend: napari[pyqt]
2 participants