Skip to content

Conversation

@rsoares10
Copy link

The dependency 'torch>=2.0.0' was leading to installation failures on macOS Intel (x86_64). This PR pins a known-compatible version using an environment marker in pyproject.toml to ensure successful syncing.

The dependency specification for 'torch' was failing on macOS machines running on the Intel (x86_64) architecture when using UV.

The generic constraint 'torch>=2.0.0' was leading to UV attempting to download the latest available version, which often lacks pre-built wheels for older architectures or specific macOS versions.

This fix updates the 'torch' dependency to use an **environment marker** to explicitly pin a known-compatible version for the targeted 'darwin'/'x86_64' environment defined in [tool.uv]. This ensures a successful sync by forcing the installation of a supported wheel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant