From 08835115e4c5c0ee3587ce07ab769a04d55cb3c5 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Tue, 1 Nov 2022 22:10:12 -0400 Subject: [PATCH] pin pytorch_lightning to 1.7.7, issue #1331 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 348ffb8091..9956d575bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ opencv-python pillow pip>=22 pudb -pytorch-lightning +pytorch-lightning=1.7.7 scikit-image>=0.19 streamlit pyreadline3