From 1c80c8fcc28c012904621b0c0174d355d0125eb9 Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Mon, 16 Dec 2024 18:34:23 +0100 Subject: [PATCH] pin scikit-learn to 1.2.x Need to use the same sklearn version used for producing the models as for their application --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7edf51fb..c44eef4c3 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def find_scripts(script_dir, prefix, suffix='.py'): 'pyirf~=0.10.0', 'scipy>=1.8,<1.12', 'seaborn', - 'scikit-learn~=1.2', + 'scikit-learn~=1.2.2', 'tables', 'toml', 'protozfits>=2.5,<3',