We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numcodecs[msgpack]
1 parent 0b93000 commit 68b6f62Copy full SHA for 68b6f62
pyproject.toml
@@ -16,8 +16,8 @@ dependencies = [
16
'numpy>=1.23',
17
'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"',
+ 'numcodecs[msgpack]>=0.10.0', # TODO: can be removed
+ # 'msgpack; platform_system == "Emscripten"',
21
]
22
dynamic = [
23
"version",
0 commit comments