Looks like the Python 3.13 wheel on PyPI is missing for MacOS leading to this error:
cdeil@kMac apple27-ai % uv add coreai-torch
Resolved 44 packages in 461ms
error: Distribution `coreai-core==1.0.0b1 @ 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 `coreai-core` (v1.0.0b1) only has wheels for the following platform: `manylinux_2_34_x86_64`; consider adding your platform to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
Looks like the Python 3.13 wheel on PyPI is missing for MacOS leading to this error:
Can you please add it?