Skip to content

Commit

Permalink
Merge branch 'devel/classification' into refactor/classification_5
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki authored Aug 5, 2022
2 parents e3ffd10 + 84d9f26 commit 7a3943a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/adjust-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

VERSIONS = [
dict(torch="1.13.0", torchvision="0.14.0", torchtext="0.14.0"), # nightly
dict(torch="1.12.0", torchvision="0.13.0", torchtext="0.13.0"), # test
dict(torch="1.11.0", torchvision="0.12.0", torchtext="0.12.0"), # stable
dict(torch="1.12.1", torchvision="0.13.1", torchtext="0.13.1"), # stable
dict(torch="1.12.0", torchvision="0.13.0", torchtext="0.13.0"),
dict(torch="1.11.0", torchvision="0.12.0", torchtext="0.12.0"),
dict(torch="1.10.2", torchvision="0.11.3", torchtext="0.11.2"),
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"),
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
Expand Down

0 comments on commit 7a3943a

Please sign in to comment.