We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eba7f1 commit 1adc903Copy full SHA for 1adc903
pyproject.toml
@@ -70,23 +70,20 @@ gpu = [
70
"cupy-cuda12x",
71
]
72
cli = ["typer"]
73
-# Development extras
+# Testing extras
74
test = [
75
"coverage>=7.10",
76
"pytest",
77
"pytest-asyncio",
78
"pytest-cov",
79
"pytest-accept",
80
- "rich",
81
- "mypy",
82
'numpydoc',
83
"hypothesis",
84
"pytest-xdist",
85
"pytest-benchmark",
86
"pytest-codspeed",
87
"packaging",
88
"tomlkit",
89
- "uv",
90
91
remote_tests = [
92
'zarr[remote]',
@@ -116,6 +113,13 @@ docs = [
116
113
'astroid<4',
117
114
'pytest'
118
115
+# All development extras
+dev = [
+ "zarr[test]",
119
+ "zarr[remote_tests]",
120
+ "zarr[docs]",
121
+ "mypy",
122
+]
123
124
[project.scripts]
125
zarr = "zarr._cli.cli:app"
0 commit comments