Skip to content

Commit 7403313

Browse files
committed
Fix Scikit Learn Version for Skopt tests
Signed-off-by: Andrey Velichkevich <[email protected]>
1 parent c4c3eb5 commit 7403313

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)