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.
msgpack
1 parent cf07e89 commit 46f3207Copy full SHA for 46f3207
pyproject.toml
@@ -16,7 +16,8 @@ dependencies = [
16
'numpy>=1.23',
17
'fasteners; sys_platform != "emscripten"',
18
'numcodecs>=0.10.0',
19
- 'numcodecs[msgpack]>=0.10.0; sys_platform == "emscripten"',
+ 'numcodecs[msgpack]>=0.10.0; sys_platform == "emscripten"', # TODO: can be removed
20
+ 'msgpack; sys_platform == "emscripten"',
21
]
22
dynamic = [
23
"version",
0 commit comments