Skip to content

Commit 8db91f4

Browse files
committed
pin napari
1 parent 932f6c3 commit 8db91f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131

3232
dependencies = [
3333
"npe2>=0.6.2",
34-
"numpy<2.0",
34+
"numpy",
3535
"hydra-core==1.3.2",
3636
"bioio==1.1.0",
3737
"bioio-base==1.0.4",
@@ -51,7 +51,7 @@ Documentation = "https://github.com/AllenCell/allencell-ml-segmenter#README.md"
5151
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
5252
[project.optional-dependencies]
5353
napari = [
54-
"napari>=0.4.18",
54+
"napari>=0.6.2",
5555
"pyqt5",
5656
]
5757

@@ -67,7 +67,7 @@ test_lint = [
6767
"mypy",
6868
"toml",
6969
"bumpver",
70-
"napari>=0.4.18",
70+
"napari>=0.6.2",
7171
"magicgui"
7272
]
7373

0 commit comments

Comments
 (0)