Skip to content

Commit 7a0b454

Browse files
Update torchmetrics requirement from <1.1.0,>=0.10.0 to >=0.10.0,<1.3.0 in /requirements (#18755)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3775340 commit 7a0b454

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/fabric/examples.txt

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

44
torchvision >=0.13.0, <0.16.0
5-
torchmetrics >=0.10.0, <1.1.0
5+
torchmetrics >=0.10.0, <1.3.0
66
lightning-utilities >=0.8.0, <0.10.0

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pytest-rerunfailures ==12.0
66
pytest-random-order ==1.1.0
77
click ==8.1.7
88
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
9-
torchmetrics >=0.7.0, <1.1.0 # needed for using fixed compare_version
9+
torchmetrics >=0.7.0, <1.3.0 # needed for using fixed compare_version

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ torch >=1.12.0, <2.2.0
66
tqdm >=4.57.0, <4.67.0
77
PyYAML >=5.4, <6.1.0
88
fsspec[http] >2021.06.0, <2023.10.0
9-
torchmetrics >=0.7.0, <1.1.0 # needed for using fixed compare_version
9+
torchmetrics >=0.7.0, <1.3.0 # needed for using fixed compare_version
1010
packaging >=20.0, <=23.1
1111
typing-extensions >=4.0.0, <4.8.0
1212
lightning-utilities >=0.8.0, <0.10.0

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
torchvision >=0.13.0, <0.16.0
55
gym[classic_control] >=0.17.0, <0.27.0
66
ipython[all] <8.15.0
7-
torchmetrics >=0.10.0, <1.1.0
7+
torchmetrics >=0.10.0, <1.3.0
88
lightning-utilities >=0.8.0, <0.10.0

0 commit comments

Comments
 (0)