From 6991870cf9c0d7d849e26dd1fe41494c81570834 Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Thu, 24 Nov 2022 17:22:45 -0500 Subject: [PATCH] update pytorch_lighting version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2404caa..e949348 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ opencv-python pudb==2019.2 imageio==2.9.0 imageio-ffmpeg==0.4.2 -pytorch-lightning==1.4.2 -torchmetrics==0.6 +pytorch-lightning==1.8.3.post0 +torchmetrics==0.10.3 omegaconf==2.1.1 test-tube>=0.7.5 streamlit>=0.73.1