add pytorch-lightning dependency back in

- Closes #2893
This commit is contained in:
Lincoln Stein 2023-03-08 16:48:39 -05:00
parent d232a439f7
commit b716fe8f06

View File

@ -63,6 +63,7 @@ dependencies = [
"prompt-toolkit", "prompt-toolkit",
"pypatchmatch", "pypatchmatch",
"pyreadline3", "pyreadline3",
"pytorch-lightning==1.7.7",
"realesrgan", "realesrgan",
"requests==2.28.2", "requests==2.28.2",
"rich~=13.3", "rich~=13.3",