Skip to content

Commit 9e56290

Browse files
authored
Support torch 1.10.1 (#11095)
1 parent 01e0dac commit 9e56290

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements/adjust_versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# IMPORTANT: this list needs to be sorted in reverse
77
VERSIONS = [
88
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
9-
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"), # stable
9+
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"), # stable
10+
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
1011
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
1112
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
1213
# dict(torch="1.8.2", torchvision="0.9.1", torchtext="0.9.1"), # LTS # Not on PyPI, commented so 1.8.1 is used

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ codecov>=2.1
33
pytest>=6.0
44
pytest-rerunfailures>=10.2
55
twine==3.2
6-
mypy>=0.900
6+
mypy==0.910
77
flake8>=3.9.2
88
pre-commit>=1.0
99

0 commit comments

Comments
 (0)