Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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