Skip to content

Commit

Permalink
Support torch 1.10.1 (#11095)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored and awaelchli committed Dec 16, 2021
1 parent 2f2a60e commit a67725e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/adjust_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# IMPORTANT: this list needs to be sorted in reverse
VERSIONS = [
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"), # stable
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"), # stable
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
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"), # LTS # Not on PyPI, commented so 1.8.1 is used
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ codecov>=2.1
pytest>=6.0
pytest-rerunfailures>=10.2
twine==3.2
mypy>=0.900
mypy==0.910
flake8>=3.9.2
pre-commit>=1.0

Expand Down

0 comments on commit a67725e

Please sign in to comment.