#### Minimal, reproducible code sample, a copy-pastable example if possible ```bash pip install numcodecs ``` #### Problem description Installation fails due to Blosc/python-blosc#229. Updating the `c-blosc` submodule to v1.21.0 fixes the issue. #### Version and installation information Please provide the following: * Value of ``numcodecs.__version__``: current master branch * Version of Python interpreter: 3.9 * Operating system (Linux/Windows/Mac): Mac