fix(deps): relax setuptools pin to 81.0.0 for torch compat - #44869
Closed
Code-suphub wants to merge 1 commit into
Closed
fix(deps): relax setuptools pin to 81.0.0 for torch compat#44869Code-suphub wants to merge 1 commit into
Code-suphub wants to merge 1 commit into
Conversation
…rch#44692) torch >= 2.11 declares Requires-Dist: setuptools<82, making the dev extra's exact pin of setuptools==82.0.1 unsatisfiable when both are resolved together. Downgrade to 81.0.0 — the latest release below torch's cap and still inside the build-system window (>=77.0,<83). Fixes NousResearch#44692
Code-suphub
force-pushed
the
fix/44692-setuptools-torch-compat
branch
from
June 12, 2026 11:42
794cd60 to
c095440
Compare
tonydwb
approved these changes
Jun 12, 2026
tonydwb
left a comment
There was a problem hiding this comment.
Simple dependency pin relaxation. Drops setuptools from 82.0.1 to 81.0.0 for torch compatibility. No risk. No issues found.
Collaborator
Collaborator
|
For the record: this fix landed on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
devextra exact-pinssetuptools==82.0.1, but torch >= 2.11 declaresRequires-Dist: setuptools<82. Any environment resolvingdevtogether with torch is unsatisfiable.Fixes #44692
Fix
Relax the pin from
setuptools==82.0.1tosetuptools==81.0.0— the latest release below torch's<82cap, and still inside the build-system support window (setuptools>=77.0,<83declared in[build-system]).Verification
Type of Change
Checklist
Code
fix(scope): description)Documentation
cli-config.yaml.exampleif I added/changed config keys or marked as N/A