We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d851237 commit 597034aCopy full SHA for 597034a
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
"Programming Language :: Python",
16
]
17
dependencies = [
18
- "napari[all]>=0.4.19",
+ "napari>=0.4.19",
19
"python-rtmidi>=1.5.8",
20
"pyyaml>=6.0.1",
21
"pydantic>=2.7.1",
@@ -36,6 +36,7 @@ testing = [
36
"pytest>=8.2.0",
37
"pytest-cov>=5.0.0",
38
"pytest-qt>=4.0.2",
39
+ "napari[all]", # ensures Qt backend available for testing
40
"flexparser!=0.4.0" # see https://napari.zulipchat.com/#narrow/channel/212875-general/topic/broken.20pint.2Fflexparser/near/481110284
41
42
dev = [
0 commit comments