Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 9dd91af

Browse files
authored
bump min PL to 1.7 (#1596)
1 parent 02157ae commit 9dd91af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setuptools <=59.5.0 # Prevent install bug with tensorboard
55
numpy <1.24 # strict - freeze for using np.long
66
torch >1.7.0
77
torchmetrics >0.7.0, <0.11.0 # strict
8-
pytorch-lightning >1.6.0, <1.9.0 # strict
8+
pytorch-lightning >1.7.0, <1.9.0 # strict
99
pyDeprecate >0.1.0
1010
pandas >1.1.0, <=1.5.2
1111
jsonargparse[signatures] >4.0.0, <=4.9.0

0 commit comments

Comments
 (0)