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:
parent
377534072b
commit
7a0b4548dd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue