Skip to content

Commit

Permalink
Merge branch 'master' into plot/11
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 15, 2023
2 parents b195d41 + 898aef5 commit 11b7b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/adjust-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from packaging.version import Version

VERSIONS = [
{"torch": "2.0.0", "torchvision": "0.15.0", "torchtext": "0.15.0"}, # stable
{"torch": "1.14.0", "torchvision": "0.15.0", "torchtext": "0.15.0"}, # nightly
{"torch": "1.13.1", "torchvision": "0.14.1", "torchtext": "0.14.1"}, # stable
{"torch": "1.13.0", "torchvision": "0.14.0", "torchtext": "0.14.0"},
Expand Down

0 comments on commit 11b7b72

Please sign in to comment.