Skip to content

Commit

Permalink
handle napari dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Sep 10, 2024
1 parent 6143b6a commit f8d6b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/models/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Run `pip install napari[all]` before running these examples.

This folder of `models` examples consists of a set of simulations that are being actively developed and will run as is.

Each model is named with the schema `<sample-angular-assumptions>_<sample-spatial-assumptions>_<data-shape>`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
dev = ["pytest", "pytest-cov"]
dev = ["pytest", "pytest-cov", "napari[all]"]

[project.urls]
Homepage = "https://github.com/mehta-lab/waveorder"
Expand Down

0 comments on commit f8d6b0c

Please sign in to comment.