Skip to content

Commit c9669ec

Browse files
committed
add v1.11
1 parent 568a1e0 commit c9669ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/adjust_versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
# IMPORTANT: this list needs to be sorted in reverse
77
VERSIONS = [
8-
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""), # nightly
8+
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
9+
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""),
910
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
1011
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
1112
dict(torch="1.8.2", torchvision="0.9.1", torchtext="0.9.1"),

0 commit comments

Comments
 (0)