diff --git a/conda/meta.yaml b/conda/meta.yaml
index ac90690662d4d0417d25a9dbd06ef2a64bd3c811..a1bed5c468fbf89b641800779d7aab4f79888415 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -39,7 +39,7 @@ requirements:
     - tqdm {{ tqdm }}
     - tensorboard {{ tensorboard }}
     - lightning {{ lightning }}
-    - lightning >=2.1.0,!=2.1.3
+    - lightning >=2.2.0
   run:
     - python >=3.10
     - {{ pin_compatible('clapper') }}
@@ -58,7 +58,7 @@ requirements:
     - {{ pin_compatible('tqdm') }}
     - {{ pin_compatible('tensorboard') }}
     - {{ pin_compatible('lightning', max_pin='x.x') }}
-    - lightning >=2.1.0,!=2.1.3
+    - lightning >=2.2.0
 
 test:
   source_files:
diff --git a/pyproject.toml b/pyproject.toml
index 87473080251a36e1202f1ff262396e2bd467ea54..55db0f21b1b3c5415e41416f8a2ff074924c880b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
   "pillow",
   "torch>=1.8",
   "torchvision>=0.10",
-  "lightning <2.2.0a0,>=2.1.0",
+  "lightning>=2.2.0",
   "tensorboard",
   "grad-cam>=1.4.8",
 ]