diff --git a/pyproject.toml b/pyproject.toml index c1aef89..dbbb328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # https://peps.python.org/pep-0621/#dependencies-optional-dependencies [project.optional-dependencies] all = [ - "napari[all]>=0.4.19rc4", + "napari[all]>=0.4.19", "napari-properties-plotter", "napari-properties-viewer", "napari-label-interpolator>=0.1.1", @@ -53,7 +53,7 @@ test = [ "pytest>=6.0", "pytest-cov", "pytest-qt", - "napari[all]>=0.4.19rc4", + "napari[all]>=0.4.19", ] dev = [ "blik[test]",