Skip to content

Commit 0ef9879

Browse files
committed
Fix Scikit-Learn Version for Skopt Tests (kubeflow#2336)
Signed-off-by: Andrey Velichkevich <[email protected]>
1 parent 7b50782 commit 0ef9879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/suggestion/skopt/v1beta1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cloudpickle==0.5.6
44
# AttributeError: module 'numpy' has no attribute 'int'
55
# See more: https://github.com/numpy/numpy/pull/22607
66
numpy==1.23.5
7-
scikit-learn>=0.24.0
7+
scikit-learn>=0.24.0, <=1.3.0
88
scipy>=1.5.4
99
forestci==0.3
1010
protobuf>=3.19.5, <=3.20.3

0 commit comments

Comments
 (0)