From 3a614e138d4ea69142b3222b27ba6b79772b773f Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Sun, 3 Apr 2022 18:54:13 +0200
Subject: [PATCH] Bump pytorch lightning to 1.6.0

---
 bob/devtools/data/conda_build_config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 25e44926..51fb5ac4 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -445,7 +445,7 @@ pytorch:
   - 1.10.0 cuda*  # [linux]
   - 1.10.0  # [osx]
 pytorch_lightning:
-  - 1.5.10
+  - 1.6.0
 pyyaml:
   - 6.0
 pyzmq:
-- 
GitLab