Skip to content

Commit 6959d81

Browse files
authored
Bump torchvision to 0.21.0
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.
1 parent 5dfeb46 commit 6959d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnist/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision==0.20.0
2+
torchvision==0.21.0

0 commit comments

Comments
 (0)