Skip to content

Commit

Permalink
add v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellepintz committed Sep 24, 2021
1 parent 568a1e0 commit c9669ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/adjust_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# IMPORTANT: this list needs to be sorted in reverse
VERSIONS = [
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""), # nightly
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""),
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
dict(torch="1.8.2", torchvision="0.9.1", torchtext="0.9.1"),
Expand Down

0 comments on commit c9669ec

Please sign in to comment.