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>
This commit is contained in:
dependabot[bot] 2023-10-09 18:41:42 +02:00 committed by GitHub
parent 377534072b
commit 7a0b4548dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
torchvision >=0.13.0, <0.16.0
torchmetrics >=0.10.0, <1.1.0
torchmetrics >=0.10.0, <1.3.0
lightning-utilities >=0.8.0, <0.10.0

View File

@ -6,4 +6,4 @@ pytest-rerunfailures ==12.0
pytest-random-order ==1.1.0
click ==8.1.7
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
torchmetrics >=0.7.0, <1.1.0 # needed for using fixed compare_version
torchmetrics >=0.7.0, <1.3.0 # needed for using fixed compare_version

View File

@ -6,7 +6,7 @@ torch >=1.12.0, <2.2.0
tqdm >=4.57.0, <4.67.0
PyYAML >=5.4, <6.1.0
fsspec[http] >2021.06.0, <2023.10.0
torchmetrics >=0.7.0, <1.1.0 # needed for using fixed compare_version
torchmetrics >=0.7.0, <1.3.0 # needed for using fixed compare_version
packaging >=20.0, <=23.1
typing-extensions >=4.0.0, <4.8.0
lightning-utilities >=0.8.0, <0.10.0

View File

@ -4,5 +4,5 @@
torchvision >=0.13.0, <0.16.0
gym[classic_control] >=0.17.0, <0.27.0
ipython[all] <8.15.0
torchmetrics >=0.10.0, <1.1.0
torchmetrics >=0.10.0, <1.3.0
lightning-utilities >=0.8.0, <0.10.0