Skip to content

Commit

Permalink
Pin torchvision to 0.20.0 to fix dependency errors
Browse files Browse the repository at this point in the history
Summary:
Pick specific version of torchvision to fix dependency errors

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
c-p-i-o committed Nov 1, 2024
1 parent 57ac636 commit 7dcd080
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dcgan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch
torchvision
torchvision==0.20.0
lmdb
2 changes: 1 addition & 1 deletion gcn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torchvision
torchvision==0.20.0
requests
numpy<2
2 changes: 1 addition & 1 deletion imagenet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision
torchvision==0.20.0
2 changes: 1 addition & 1 deletion language_translation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch
torchtext
torchdata
torchdata==0.9.0
spacy
portalocker
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
torchvision==0.20.0
2 changes: 1 addition & 1 deletion mnist_forward_forward/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision
torchvision==0.20.0
2 changes: 1 addition & 1 deletion mnist_hogwild/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision
torchvision==0.20.0
2 changes: 1 addition & 1 deletion mnist_rnn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision
torchvision==0.20.0
2 changes: 1 addition & 1 deletion siamese_network/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision
torchvision==0.20.0
2 changes: 1 addition & 1 deletion vae/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch
torchvision
torchvision==0.20.0
tqdm
six

0 comments on commit 7dcd080

Please sign in to comment.