Skip to content

Commit 1a47149

Browse files
JKSenthilfacebook-github-bot
authored andcommitted
pin torchvision to 0.15
Summary: 0.16 forces torch 2.1.2 to be installed, when we eventually want to test against pytorch 2.0.0. Ideally we remove this dev dependency all together but for now this is a quick fix, as 0.15 relies on torch 2.0.1 Reviewed By: galrotem Differential Revision: D56531173 fbshipit-source-id: 9931ad6fbcb584879186e8a4e91364f171b20f15
1 parent 56d1bda commit 1a47149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest
33
pytest-cov
44
torchsnapshot@git+https://github.com/pytorch/torchsnapshot@main
55
pyre-check
6-
torchvision==0.16.2
6+
torchvision==0.15.2

0 commit comments

Comments
 (0)