Skip to content

Commit cf07e89

Browse files
Add msgpack optional dependency for Emscripten
1 parent 31552c6 commit cf07e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
'numpy>=1.23',
1717
'fasteners; sys_platform != "emscripten"',
1818
'numcodecs>=0.10.0',
19+
'numcodecs[msgpack]>=0.10.0; sys_platform == "emscripten"',
1920
]
2021
dynamic = [
2122
"version",

0 commit comments

Comments
 (0)