Skip to content

Commit

Permalink
use stable napari release
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Feb 1, 2024
1 parent 80ec161 commit 00d41c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]",
Expand Down

0 comments on commit 00d41c9

Please sign in to comment.