Skip to content

Commit e0fba21

Browse files
committed
Pin torchvision to 0.20.0 to fix dependency errors
Summary: Pick specific version of torchvision to fix dependency errors Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent d8478ea commit e0fba21

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

dcgan/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0
33
lmdb

gcn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0
33
requests
44
numpy<2

imagenet/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0

language_translation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch
22
torchtext
3-
torchdata
3+
torchdata==0.9.0
44
spacy
55
portalocker

mnist/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0

mnist_hogwild/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0

mnist_rnn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0

siamese_network/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0

vae/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch
2-
torchvision
2+
torchvision==0.20.0
33
tqdm
44
six

0 commit comments

Comments
 (0)