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 f464acb commit f9341c5Copy full SHA for f9341c5
pyproject.toml
@@ -95,7 +95,6 @@ docs = [
95
'pydata-sphinx-theme',
96
'numpydoc',
97
'numcodecs[msgpack]',
98
- 'msgpack',
99
]
100
101
@@ -128,7 +127,7 @@ dependencies = [
128
127
"numpy~={matrix:numpy}",
129
"universal_pathlib",
130
131
-features = ["test", "extra"]
+features = ["test"]
132
133
[[tool.hatch.envs.test.matrix]]
134
python = ["3.11", "3.12", "3.13"]
@@ -159,7 +158,7 @@ dependencies = [
159
158
160
161
162
-features = ["test", "extra", "gpu"]
+features = ["test", "gpu"]
163
164
[[tool.hatch.envs.gputest.matrix]]
165
0 commit comments