From 2bdffabccf02fdc0b401ac562ca0c9a8d352c107 Mon Sep 17 00:00:00 2001
From: dcarron <daniel.carron@idiap.ch>
Date: Thu, 22 Jun 2023 11:42:03 +0200
Subject: [PATCH] Lower-pin lightning package

---
 conda/meta.yaml | 2 +-
 pyproject.toml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 74ab9d7b..04f30030 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -36,7 +36,7 @@ requirements:
     - torchvision  {{ torchvision }}
     - tqdm {{ tqdm }}
     - tensorboard {{ tensorboard }}
-    - lightning {{ lightning }}
+    - lightning >=2.0.3
     - clapper
   run:
     - python >=3.9
diff --git a/pyproject.toml b/pyproject.toml
index 7407826a..b2a52e5b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
    "pillow",
    "torch>=1.8",
    "torchvision>=0.10",
-   "lightning",
+   "lightning>=2.0.3",
    "tensorboard",
 ]
 
-- 
GitLab