Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torchaudio==2.0.1 requires torch==2.0.0 #3176

Closed
ddelange opened this issue Mar 16, 2023 · 4 comments
Closed

torchaudio==2.0.1 requires torch==2.0.0 #3176

ddelange opened this issue Mar 16, 2023 · 4 comments

Comments

@ddelange
Copy link

🐛 Describe the bug

Hi 👋

It seems that the PYTORCH_VERSION env var is not in sync in the build pipeline, the resulting wheel contains Requires-Dist: torch (==2.0.0) in the METADATA file.

Versions

2.0.1

@ddelange
Copy link
Author

Does it make sense to change that line to a compatible release clause (~=)?

torch~=2.0.0 === torch>=2.0.0,<2.1.0

worth a check whether torchvision etc are also affected

@ddelange
Copy link
Author

ddelange commented Mar 16, 2023

sorry: I thought torch's latest release was 2.0.1 already. so I guess not out of sync. maybe even intentional to have the exact pin? feel free to close this issue 🤙

@atalman
Copy link
Contributor

atalman commented Mar 16, 2023

Hi @ddelange this is not a mistake. The version of torchaudio released is 2.0.1 and is compatible with torch 2.0.0. We do want to have exact pin. It is intentional.

@ddelange
Copy link
Author

ok then I'll close. thanks for the response!

@ddelange ddelange closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2023
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

No branches or pull requests

2 participants