File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ dependencies:
17
17
- jupyter_client>=5.2.2
18
18
- ipywidgets
19
19
- scikit-optimize>=0.8.1
20
+ - scikit-learn<=0.24.2 # https://github.com/scikit-optimize/scikit-optimize/issues/1059
20
21
- plotly
21
22
- atomicwrites
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def get_version_and_cmdclass(package_name):
59
59
"distributed" ,
60
60
"ipyparallel>=6.2.5" , # because of https://github.com/ipython/ipyparallel/issues/404
61
61
"scikit-optimize>=0.8.1" , # because of https://github.com/scikit-optimize/scikit-optimize/issues/931
62
+ "scikit-learn<=0.24.2" , # because of https://github.com/scikit-optimize/scikit-optimize/issues/1059
62
63
"wexpect" if os .name == "nt" else "pexpect" ,
63
64
],
64
65
}
You can’t perform that action at this time.
0 commit comments