Describe the bug
v0.45.0 bitsandbytes does not have a wheel for macosx_26_0_arm64
To Reproduce
This error appears when one runs uv sync
Terminal
(smol-course) ➜ smol-course git:(main) uv sync
Resolved 135 packages in 18ms
error: Distribution `bitsandbytes==0.45.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're on macOS (`macosx_26_0_arm64`), but `bitsandbytes` (v0.45.0) only has wheels for the following platforms: `manylinux_2_24_x86_64`, `win_amd64`; consider adding your platform to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels