Skip to content

Commit 68b6f62

Browse files
Try numcodecs[msgpack] without specifiers
1 parent 0b93000 commit 68b6f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies = [
1616
'numpy>=1.23',
1717
'fasteners; platform_system != "Emscripten"',
1818
'numcodecs>=0.10.0',
19-
'numcodecs[msgpack]>=0.10.0; platform_system == "Emscripten"', # TODO: can be removed
20-
'msgpack; platform_system == "Emscripten"',
19+
'numcodecs[msgpack]>=0.10.0', # TODO: can be removed
20+
# 'msgpack; platform_system == "Emscripten"',
2121
]
2222
dynamic = [
2323
"version",

0 commit comments

Comments
 (0)