From cc014f46658f220f48e8f5959bebcf7811476b3c Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Thu, 26 Jan 2023 11:09:14 +0000
Subject: [PATCH] Update the constraints of scikit-learn to 1.1.2.

---
 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 8b2531a5..e928b9cb 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -448,7 +448,7 @@ schema:
 scikit_image:
   - "0.19.3"
 scikit_learn:
-  - "1.2.0"
+  - "1.1.2"
 scipy:
   - "1.10.0"
 setuptools:
-- 
GitLab