Skip to content

Commit

Permalink
Try numcodecs[msgpack] without specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 23, 2024
1 parent 0b93000 commit 68b6f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
'numpy>=1.23',
'fasteners; platform_system != "Emscripten"',
'numcodecs>=0.10.0',
'numcodecs[msgpack]>=0.10.0; platform_system == "Emscripten"', # TODO: can be removed
'msgpack; platform_system == "Emscripten"',
'numcodecs[msgpack]>=0.10.0', # TODO: can be removed
# 'msgpack; platform_system == "Emscripten"',
]
dynamic = [
"version",
Expand Down

0 comments on commit 68b6f62

Please sign in to comment.