Skip to content

Commit 597034a

Browse files
authored
Remove all modifier from napari dependency (#110)
Closes #107
1 parent d851237 commit 597034a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Programming Language :: Python",
1616
]
1717
dependencies = [
18-
"napari[all]>=0.4.19",
18+
"napari>=0.4.19",
1919
"python-rtmidi>=1.5.8",
2020
"pyyaml>=6.0.1",
2121
"pydantic>=2.7.1",
@@ -36,6 +36,7 @@ testing = [
3636
"pytest>=8.2.0",
3737
"pytest-cov>=5.0.0",
3838
"pytest-qt>=4.0.2",
39+
"napari[all]", # ensures Qt backend available for testing
3940
"flexparser!=0.4.0" # see https://napari.zulipchat.com/#narrow/channel/212875-general/topic/broken.20pint.2Fflexparser/near/481110284
4041
]
4142
dev = [

0 commit comments

Comments
 (0)