Skip to content

Commit 55938b3

Browse files
committed
pin lightning to <0.8.0 because of Lightning-AI/pytorch-lightning#2029
1 parent 85ee87c commit 55938b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_requires =
2828
filelock
2929
loguru
3030
pydantic
31-
pytorch-lightning >= 0.7.6
31+
pytorch-lightning >= 0.7.6, < 0.8.0
3232
torch >=1.4.0
3333
tqdm
3434
tokenizers

0 commit comments

Comments
 (0)