Skip to content

Commit

Permalink
Bump torchvision to 0.21.0
Browse files Browse the repository at this point in the history
When I tried this example on a fresh install (OSX Python, deployed by Brew) I got the following error:

```
% pip install -r requirements.txt
ERROR: Ignored the following yanked versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3
ERROR: Could not find a version that satisfies the requirement torchvision==0.20.0 (from versions: 0.21.0)
ERROR: No matching distribution found for torchvision==0.20.0
```

When I bumped it to v0.21.0, the error went away.
  • Loading branch information
menicosia authored Feb 14, 2025
1 parent 5dfeb46 commit 6959d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision==0.20.0
torchvision==0.21.0

0 comments on commit 6959d81

Please sign in to comment.