Skip to content

Conversation

@anumol-baby
Copy link
Contributor

This PR updates the PyTorch dependencies to resolve compatibility issues:

Changes Made

  • torch: 2.7.12.8.0
  • torchvision: 0.21.00.23.0

The previous CI failures were caused by dependency conflicts where:

  • Dependabot tried to update torch to 2.8.0
  • But torchvision==0.21.0 specifically requires torch==2.6.0
  • This caused pip dependency resolution to fail

Solution

Updated torchvision to version 0.23.0, which is compatible with torch==2.8.0.

Copilot AI review requested due to automatic review settings September 4, 2025 21:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@anumol-baby
Copy link
Contributor Author

The previous Dependabot PR failed because the updated torch version was incompatible with the existing torchvision. This PR updates both dependencies to compatible versions.

@anumol-baby anumol-baby merged commit 1e13733 into main Sep 5, 2025
1 check passed
@anumol-baby anumol-baby deleted the dev/anu/update-torch-version branch September 5, 2025 14:44
frankliramos pushed a commit to frankliramos/codespaces-jupyter that referenced this pull request Nov 4, 2025
Update torch to 2.8.0 and torchvision to 0.23.0
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.

3 participants