Skip to content

Commit 1656140

Browse files
dependabot[bot]Bordaakihironitta
authored andcommitted
Update torch requirement from <=1.12.0,>=1.9.* to >=1.9.0.a,<1.13.0 in /requirements (#14088)
* Update torch requirement in /requirements Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](pytorch/pytorch@v1.9.0-rc1...v1.12.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update base.txt * Update adjust_versions.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Akihiro Nitta <[email protected]>
1 parent 3cd3179 commit 1656140

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements/pytorch/adjust-versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
# IMPORTANT: this list needs to be sorted in reverse
77
VERSIONS = [
8-
dict(torch="1.12.0", torchvision="0.13.0", torchtext="0.13.0"), # stable
8+
dict(torch="1.12.1", torchvision="0.13.1", torchtext="0.13.1"), # stable
9+
dict(torch="1.12.0", torchvision="0.13.0", torchtext="0.13.0"),
910
dict(torch="1.11.0", torchvision="0.12.0", torchtext="0.12.0"),
1011
dict(torch="1.10.2", torchvision="0.11.3", torchtext="0.11.2"),
1112
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"),

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
numpy>=1.17.2, <1.23.1
5-
torch>=1.9.*, <=1.12.0
5+
torch>=1.9.*, <1.13.0
66
tqdm>=4.57.0, <4.65.0
77
PyYAML>=5.4, <=6.0
88
fsspec[http]>=2021.05.0, !=2021.06.0, <2022.6.0

0 commit comments

Comments
 (0)