From 740331321366d85022d09757ee4c1ae9415cc06e Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Wed, 29 May 2024 00:23:16 +0100 Subject: [PATCH] Fix Scikit Learn Version for Skopt tests Signed-off-by: Andrey Velichkevich --- cmd/suggestion/skopt/v1beta1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/suggestion/skopt/v1beta1/requirements.txt b/cmd/suggestion/skopt/v1beta1/requirements.txt index 42997be854e..c43de3bfe19 100644 --- a/cmd/suggestion/skopt/v1beta1/requirements.txt +++ b/cmd/suggestion/skopt/v1beta1/requirements.txt @@ -4,7 +4,7 @@ cloudpickle==0.5.6 # AttributeError: module 'numpy' has no attribute 'int' # See more: https://github.com/numpy/numpy/pull/22607 numpy==1.23.5 -scikit-learn>=0.24.0 +scikit-learn>=0.24.0, <=1.3.0 scipy>=1.5.4 forestci==0.3 protobuf>=3.19.5, <=3.20.3