Skip to content

Commit 241076f

Browse files
committed
update packaging to >=22.0
1 parent 8c52c33 commit 241076f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/base.txt

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

44
torch >=2.1.0, <2.9.0
55
fsspec[http] >=2022.5.0, <2025.11.0
6-
packaging >=20.0, <=25.0
6+
packaging >=22.0, <=25.0
77
typing-extensions >4.5.0, <4.16.0
88
lightning-utilities >=0.10.0, <0.16.0

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tqdm >=4.57.0, <4.68.0
66
PyYAML >5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2025.11.0
88
torchmetrics >0.7.0, <1.9.0
9-
packaging >=20.0, <=25.0
9+
packaging >=22.0, <=25.0
1010
typing-extensions >4.5.0, <4.16.0
1111
lightning-utilities >=0.10.0, <0.16.0

0 commit comments

Comments
 (0)