Skip to content

Commit

Permalink
depend on >= 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Jul 18, 2024
1 parent e3235c1 commit 1cbfe32
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 1cbfe32

Please sign in to comment.