Skip to content

Commit 80fb6c2

Browse files
Try numcodecs[msgpack] without specifiers
1 parent 0b93000 commit 80fb6c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ dependencies = [
1515
'asciitree',
1616
'numpy>=1.23',
1717
'fasteners; platform_system != "Emscripten"',
18-
'numcodecs>=0.10.0',
19-
'numcodecs[msgpack]>=0.10.0; platform_system == "Emscripten"', # TODO: can be removed
20-
'msgpack; platform_system == "Emscripten"',
18+
'numcodecs[msgpack]>=0.10.0', # TODO: can be removed
19+
# 'msgpack; platform_system == "Emscripten"',
2120
]
2221
dynamic = [
2322
"version",

0 commit comments

Comments
 (0)