Skip to content

Commit d5db8be

Browse files
committed
CI: Pin scikit-learn<=1.1.3 due to broken scikit-optimize
1 parent 04b2217 commit d5db8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'test': [
4747
'seaborn',
4848
'matplotlib',
49-
'scikit-learn',
49+
'scikit-learn <= 1.1.3', # Pinned due to boken scikit-optimize
5050
'scikit-optimize',
5151
],
5252
'dev': [

0 commit comments

Comments
 (0)