Skip to content

Commit

Permalink
Depend on napari>=0.5 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Jul 18, 2024
1 parent e3235c1 commit 7c2bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Image Processing",
]
requires-python = ">=3.9"
dependencies = ["numpy", "napari", "magicgui", "pyqt5", "qtpy", "scikit-image"]
dependencies = ["numpy", "napari>=0.5", "magicgui", "pyqt5", "qtpy", "scikit-image"]
dynamic = ["version"]

[project.entry-points."napari.manifest"]
Expand Down

0 comments on commit 7c2bd5f

Please sign in to comment.