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 80fb6c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ dependencies = [
'asciitree',
'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 80fb6c2

Please sign in to comment.