Minimal, reproducible code sample, a copy-pastable example if possible
mamba create -n test python=3.10
pip install numcodecs
Problem description
Above code spends some time building the wheel. Which may fail on some systems and also slows down install times. It would be great to bump CI python versions and release the new wheels.
Version and installation information
Please provide the following:
- Value of
numcodecs.__version__ 0.9.1
- Version of Python interpreter 3.10
- Operating system (Linux/Windows/Mac) linux
- How NumCodecs was installed (e.g., "using pip into virtual environment", or "using conda"): pip
Minimal, reproducible code sample, a copy-pastable example if possible
Problem description
Above code spends some time building the wheel. Which may fail on some systems and also slows down install times. It would be great to bump CI python versions and release the new wheels.
Version and installation information
Please provide the following:
numcodecs.__version__0.9.1