- What is the bug? Setting-up the pixi environment from scratch (e.g. amr-dev) does not install the xxhash package. - What version code? development branch (late January) - What system are you running the code on? M1 Pro (macOS 26.2) - Steps to reproduce? 1.) ./uw setup -> 2.) select amr-dev 3.) ./uw test - Suggested fix: Add this line in pixi.toml: ``` python-xxhash = ">=3.6" ```