Skip to content

Commit f9341c5

Browse files
committed
Fix hatch envs
1 parent f464acb commit f9341c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ docs = [
9595
'pydata-sphinx-theme',
9696
'numpydoc',
9797
'numcodecs[msgpack]',
98-
'msgpack',
9998
]
10099

101100

@@ -128,7 +127,7 @@ dependencies = [
128127
"numpy~={matrix:numpy}",
129128
"universal_pathlib",
130129
]
131-
features = ["test", "extra"]
130+
features = ["test"]
132131

133132
[[tool.hatch.envs.test.matrix]]
134133
python = ["3.11", "3.12", "3.13"]
@@ -159,7 +158,7 @@ dependencies = [
159158
"numpy~={matrix:numpy}",
160159
"universal_pathlib",
161160
]
162-
features = ["test", "extra", "gpu"]
161+
features = ["test", "gpu"]
163162

164163
[[tool.hatch.envs.gputest.matrix]]
165164
python = ["3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)