diff --git a/conda/meta.yaml b/conda/meta.yaml
index 72dc7e004c665fe2f733252b80a933eefad8f6d3..adcb300518eff7c3ac52da07d9de606dd6f7f0e1 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -38,6 +38,7 @@ requirements:
     - tqdm {{ tqdm }}
     - tensorboard {{ tensorboard }}
     - lightning {{ lightning }}
+    - lightning >=2.1.0,!=2.1.3
     - clapper
   run:
     - python >=3.10
@@ -55,6 +56,7 @@ requirements:
     - {{ pin_compatible('tqdm') }}
     - {{ pin_compatible('tensorboard') }}
     - {{ pin_compatible('lightning', max_pin='x.x') }}
+    - lightning >=2.1.0,!=2.1.3
     - clapper
 
 test: