From b96de80316640bf720d7d8d4d629f2797700b926 Mon Sep 17 00:00:00 2001 From: Kathryn Evans Date: Sun, 11 Sep 2022 15:23:39 -0400 Subject: [PATCH] Update setup.py specify pytorch_lightning==1.6.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fa7687..5c4540f 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ install_requires=[ 'chardet<4.0', 'h5py', 'kornia>=0.5', 'matplotlib', 'numpy', 'omegaconf>=2', 'opencv-python-headless', 'opencv-transforms', 'pandas<1.4', 'PySide2', 'scikit-learn<1.1', - 'scipy<1.8', 'tqdm', 'vidio', 'pytorch_lightning>=1.5.10' + 'scipy<1.8', 'tqdm', 'vidio', 'pytorch_lightning==1.6.5' ])