Update lightning-utilities requirement from <0.5.0,>=0.4.2 to >=0.4.2,<0.6.0 in /requirements (#16371)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0f4f809a7c
commit
6f31d68e73
|
@ -7,7 +7,7 @@ fsspec>=2022.5.0, <=2022.7.1
|
|||
croniter>=1.3.0, <1.4.0 # strict; TODO: for now until we find something more robust.
|
||||
traitlets>=5.3.0, <=5.4.0
|
||||
arrow>=1.2.0, <1.2.4
|
||||
lightning-utilities>=0.4.2, <0.5.0
|
||||
lightning-utilities>=0.4.2, <0.6.0
|
||||
beautifulsoup4>=4.8.0, <4.11.2
|
||||
inquirer>=2.10.0, <=3.1.2
|
||||
psutil<5.9.5
|
||||
|
|
|
@ -6,4 +6,4 @@ torch>=1.10.0, <=1.13.1
|
|||
fsspec[http]>2021.06.0, <2022.6.0
|
||||
packaging>=17.1, <=21.3
|
||||
typing-extensions>=4.0.0, <=4.4.0
|
||||
lightning-utilities>=0.4.2, <0.5.0
|
||||
lightning-utilities>=0.4.2, <0.6.0
|
||||
|
|
|
@ -9,4 +9,4 @@ fsspec[http]>2021.06.0, <2022.8.0
|
|||
torchmetrics>=0.7.0, <0.10.1 # needed for using fixed compare_version
|
||||
packaging>=17.1, <=21.3
|
||||
typing-extensions>=4.0.0, <=4.4.0
|
||||
lightning-utilities>=0.4.2, <0.5.0
|
||||
lightning-utilities>=0.4.2, <0.6.0
|
||||
|
|
Loading…
Reference in New Issue