Skip to content

Commit 948577b

Browse files
build(deps): update lightning-utilities requirement from <0.12.0,>=0.11.1 to >=0.11.1,<0.15.0 in /requirements (#20737)
build(deps): update lightning-utilities requirement in /requirements Updates the requirements on [lightning-utilities](https://github.com/Lightning-AI/utilities) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/utilities/releases) - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md) - [Commits](Lightning-AI/utilities@v0.11.1...v0.14.3) --- updated-dependencies: - dependency-name: lightning-utilities dependency-version: 0.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 396038a commit 948577b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sphinx-rtd-dark-mode
1717
sphinxcontrib-video ==0.2.0
1818
jinja2 <3.2.0
1919

20-
lightning-utilities >=0.11.1, <0.12.0
20+
lightning-utilities >=0.11.1, <0.15.0
2121

2222
# installed from S3 location and fetched in advance
2323
lai-sphinx-theme

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ torch >=2.1.0, <2.6.0
55
fsspec[http] >=2022.5.0, <2024.4.0
66
packaging >=20.0, <=25.0
77
typing-extensions >=4.4.0, <4.11.0
8-
lightning-utilities >=0.10.0, <0.12.0
8+
lightning-utilities >=0.10.0, <0.15.0

requirements/fabric/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
torchvision >=0.16.0, <0.21.0
55
torchmetrics >=0.10.0, <1.8.0
6-
lightning-utilities >=0.8.0, <0.12.0
6+
lightning-utilities >=0.8.0, <0.15.0

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ fsspec[http] >=2022.5.0, <2024.4.0
88
torchmetrics >=0.7.0, <1.8.0
99
packaging >=20.0, <=25.0
1010
typing-extensions >=4.4.0, <4.11.0
11-
lightning-utilities >=0.10.0, <0.12.0
11+
lightning-utilities >=0.10.0, <0.15.0

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ requests <2.32.0
55
torchvision >=0.16.0, <0.21.0
66
ipython[all] <8.19.0
77
torchmetrics >=0.10.0, <1.8.0
8-
lightning-utilities >=0.8.0, <0.12.0
8+
lightning-utilities >=0.8.0, <0.15.0

0 commit comments

Comments
 (0)