uv sync --extra whisper --extra web
error: Distribution `torch==2.11.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_x86_64`), but `torch` (v2.11.0) only has
wheels for the following platforms: `manylinux_2_28_aarch64`,
`manylinux_2_28_x86_64`, `macosx_11_0_arm64`, `win_amd64`;
consider adding "sys_platform == 'darwin' and platform_machine == 'x86_64'"
to `tool.uv.required-environments` to ensure uv resolves to a version with
compatible wheels
When I tried
it shows