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.
numcodecs
crc32c
1 parent ceb70c7 commit 1ea992fCopy full SHA for 1ea992f
.github/workflows/emscripten.yml
@@ -98,7 +98,7 @@ jobs:
98
source .venv-pyodide/bin/activate
99
100
# Install numcodecs
101
- python -m pip install numcodecs-wasm/dist/*.whl
+ python -m pip install numcodecs-wasm/dist/*.whl"[crc32c]"
102
103
# Install Zarr without dependencies until we can figure out the
104
# numcodecs wheel versioning issue
0 commit comments